4
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated documentation to reflect basic Solr setup.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Updated documentation to reflect basic Solr setup.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Fix documentation on grabbing Whoosh and on the 'load_all' parameter for SearchForms.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Fix documentation on grabbing Whoosh and on the 'load_all' parameter for SearchForms.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Fixed bug where the '__in' filter wouldn't work with phrases or data types other than one-word string/integer.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Fixed bug where the '__in' filter wouldn't work with phrases or data types other than one-word string/integer.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Fixed bug so that the 'load_all' option in 'SearchView' now actually does what it says it should. How embarrassing...
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Fixed bug so that the 'load_all' option in 'SearchView' now actually does what it says it should. How embarrassing...
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Fixed a bug where results from non-registered models could appear in the results.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Fixed a bug where results from non-registered models could appear in the results.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added ability to specify custom QuerySets for loading records via 'load_all'/'load_all_queryset'.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added ability to specify custom QuerySets for loading records via 'load_all'/'load_all_queryset'.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
BACKWARD INCOMPATIBLE - Changed 'module_name' to 'model_name' throughout Haystack related to SearchResult objects. Only incompatible if you were relying on this attribute.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
BACKWARD INCOMPATIBLE - Changed 'module_name' to 'model_name' throughout Haystack related to SearchResult objects. Only incompatible if you were relying on this attribute.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added the ability to fetch additional and stored fields from a SearchResult as well as documentation on the SearchResult itself.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added the ability to fetch additional and stored fields from a SearchResult as well as documentation on the SearchResult itself.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added the ability to look through relations in SearchIndexes via '__'.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added the ability to look through relations in SearchIndexes via '__'.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added note about the 'text' fieldname convention.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added note about the 'text' fieldname convention.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added an 'update_object' and 'remove_object' to the SearchSite objects as a shortcut.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added an 'update_object' and 'remove_object' to the SearchSite objects as a shortcut.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Recover gracefully from queries Whoosh judges to be invalid.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Recover gracefully from queries Whoosh judges to be invalid.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Missed test from previous commit.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Missed test from previous commit.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added stemming support to Whoosh.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Added stemming support to Whoosh.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Removed the commented version.
daniellindsley
as Daniel Lindsley
More... about 16 years ago
Removed the commented version.
daniellindsley
as Daniel Lindsley
More... about 16 years ago