4
I Use This!
Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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`).
daniellindsley
as Daniel Lindsley
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`).
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Removed old code from the `update_index` command.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Removed old code from the `update_index` command.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Altered spelling suggestion test to something a little more consistent.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Altered spelling suggestion test to something a little more consistent.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added tests for slicing the end of a `RelatedSearchQuerySet`.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added tests for slicing the end of a `RelatedSearchQuerySet`.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added default logging bits to prevent "No handlers found" message.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added default logging bits to prevent "No handlers found" message.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
BACKWARD-INCOMPATIBLE: `SearchIndex` no longer hooks up `post_save/post_delete` signals for the model it's registered with.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
BACKWARD-INCOMPATIBLE: `SearchIndex` no longer hooks up `post_save/post_delete` signals for the model it's registered with.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added more documentation about using custom `SearchIndex.prepare_FOO` methods.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added more documentation about using custom `SearchIndex.prepare_FOO` methods.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
With Whoosh 0.3.5+, the number of open files is greatly reduced.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
With Whoosh 0.3.5+, the number of open files is greatly reduced.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Corrected example in docs about `RelatedSearchQuerySet`. Thanks to askfor for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Corrected example in docs about `RelatedSearchQuerySet`. Thanks to askfor for pointing this out.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago