4
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 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
Typo'd the setup.py changes. Thanks to jlilly for catching that.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Typo'd the setup.py changes. Thanks to jlilly for catching that.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Converted all query strings to Unicode for Whoosh. Thanks to simonw108 for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Converted all query strings to Unicode for Whoosh. Thanks to simonw108 for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added template tags to `setup.py`. Thanks to Bogdan for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added template tags to `setup.py`. Thanks to Bogdan for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added two more tests to the Whoosh backend, just to make sure.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added two more tests to the Whoosh backend, just to make sure.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Corrected the way Whoosh handles `order_by`. Thanks to Rowan for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Corrected the way Whoosh handles `order_by`. Thanks to Rowan for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
For the Whoosh backend, ensure the directory is writable by the current user to try to prevent failed writes.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
For the Whoosh backend, ensure the directory is writable by the current user to try to prevent failed writes.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added a better label to the main search form field.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added a better label to the main search form field.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added optional argument to `spelling_suggestion` that lets you provide a different query than the one built by the SearchQuerySet.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added optional argument to `spelling_suggestion` that lets you provide a different query than the one built by the SearchQuerySet.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Bringing the Whoosh backend up to version 0.3.0b14. This version of Whoosh has better query parsing, faster indexing and, combined with these changes, should cause fewer disruptions when used in a multiprocess/multithreaded environment.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Bringing the Whoosh backend up to version 0.3.0b14. This version of Whoosh has better query parsing, faster indexing and, combined with these changes, should cause fewer disruptions when used in a multiprocess/multithreaded environment.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
SearchResults now obey the type of data chosen in their corresponding field in the SearchIndex if present. Thanks to evgenius for the original report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
SearchResults now obey the type of data chosen in their corresponding field in the SearchIndex if present. Thanks to evgenius for the original report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed a bug in the Solr backend where submitting an empty string to search returned an ancient and incorrect datastructure. Thanks kapa77 for the report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed a bug in the Solr backend where submitting an empty string to search returned an ancient and incorrect datastructure. Thanks kapa77 for the report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed a bug where the cache would never properly fill due to the number of results returned being lower than the hit count. This could happen when there were results excluded due to being in the index but the model NOT being registered in the `SearchSite`. Thanks akrito and tcline for the report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed a bug where the cache would never properly fill due to the number of results returned being lower than the hit count. This could happen when there were results excluded due to being in the index but the model NOT being registered in the `SearchSite`. Thanks akrito and tcline for the report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Altered the docs to look more like the main site.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Altered the docs to look more like the main site.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added a (short) list of who uses Haystack. Would love to have more on this list.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added a (short) list of who uses Haystack. Would love to have more on this list.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed docs on preparing data. Thanks fud.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed docs on preparing data. Thanks fud.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago