Removed some unneeded legacy code that was causing conflicts when Haystack was used with apps that load all models (such as `django-cms2`, `localemiddleware` or `django-transmeta`). |
|
More...
|
over 15 years ago
|
Removed some unneeded legacy code that was causing conflicts when Haystack was used with apps that load all models (such as `django-cms2`, `localemiddleware` or `django-transmeta`). |
|
More...
|
over 15 years ago
|
Removed old code from the `update_index` command. |
|
More...
|
over 15 years ago
|
Removed old code from the `update_index` command. |
|
More...
|
over 15 years ago
|
Altered spelling suggestion test to something a little more consistent. |
|
More...
|
over 15 years ago
|
Altered spelling suggestion test to something a little more consistent. |
|
More...
|
over 15 years ago
|
Added tests for slicing the end of a `RelatedSearchQuerySet`. |
|
More...
|
over 15 years ago
|
Added tests for slicing the end of a `RelatedSearchQuerySet`. |
|
More...
|
over 15 years ago
|
Fixed case where `SearchQuerySet.more_like_this` would fail when using deferred Models. Thanks to Alex Gaynor for the original patch. |
|
More...
|
over 15 years ago
|
Fixed case where `SearchQuerySet.more_like_this` would fail when using deferred Models. Thanks to Alex Gaynor for the original patch. |
|
More...
|
over 15 years ago
|
Added default logging bits to prevent "No handlers found" message. |
|
More...
|
over 15 years ago
|
Added default logging bits to prevent "No handlers found" message. |
|
More...
|
over 15 years ago
|
BACKWARD-INCOMPATIBLE: Renamed `reindex` management command to `update_index`, renamed `clear_search_index` management command to `clear_index` and added a `rebuild_index` command to both clear & reindex. |
|
More...
|
over 15 years ago
|
BACKWARD-INCOMPATIBLE: Renamed `reindex` management command to `update_index`, renamed `clear_search_index` management command to `clear_index` and added a `rebuild_index` command to both clear & reindex. |
|
More...
|
over 15 years ago
|
BACKWARD-INCOMPATIBLE: `SearchIndex` no longer hooks up `post_save/post_delete` signals for the model it's registered with. |
|
More...
|
over 15 years ago
|
BACKWARD-INCOMPATIBLE: `SearchIndex` no longer hooks up `post_save/post_delete` signals for the model it's registered with. |
|
More...
|
over 15 years ago
|
Ensured that, if a `MultiValueField` is marked as `indexed=False` in Whoosh, it ought not to post-process the field. |
|
More...
|
over 15 years ago
|
Ensured that, if a `MultiValueField` is marked as `indexed=False` in Whoosh, it ought not to post-process the field. |
|
More...
|
over 15 years ago
|
Ensured data going into the indexes round-trips properly. Fixed `DateField`/`DateTimeField` handling for all backends and `MultiValueField` handling in Whoosh. |
|
More...
|
over 15 years ago
|
Ensured data going into the indexes round-trips properly. Fixed `DateField`/`DateTimeField` handling for all backends and `MultiValueField` handling in Whoosh. |
|
More...
|
over 15 years ago
|
Added more documentation about using custom `SearchIndex.prepare_FOO` methods. |
|
More...
|
over 15 years ago
|
Added more documentation about using custom `SearchIndex.prepare_FOO` methods. |
|
More...
|
over 15 years ago
|
With Whoosh 0.3.5+, the number of open files is greatly reduced. |
|
More...
|
almost 16 years ago
|
With Whoosh 0.3.5+, the number of open files is greatly reduced. |
|
More...
|
almost 16 years ago
|
Corrected example in docs about `RelatedSearchQuerySet`. Thanks to askfor for pointing this out. |
|
More...
|
almost 16 years ago
|
Corrected example in docs about `RelatedSearchQuerySet`. Thanks to askfor for pointing this out. |
|
More...
|
almost 16 years ago
|
Altered `SearchResult` objects to fail gracefully when the model/object can't be found. Thanks to akrito for the report. |
|
More...
|
almost 16 years ago
|
Altered `SearchResult` objects to fail gracefully when the model/object can't be found. Thanks to akrito for the report. |
|
More...
|
almost 16 years ago
|
Fixed a bug where `auto_query` would fail to escape strings that pulled out for exact matching. Thanks to jefftriplett for the report. |
|
More...
|
almost 16 years ago
|
Fixed a bug where `auto_query` would fail to escape strings that pulled out for exact matching. Thanks to jefftriplett for the report. |
|
More...
|
almost 16 years ago
|