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
Fixed a bug in the `build_schema` where fields that aren't supposed to be indexed are still getting post-procesed by Solr. Thanks to Jonathan Slenders for the report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed a bug in the `build_schema` where fields that aren't supposed to be indexed are still getting post-procesed by Solr. Thanks to Jonathan Slenders for the report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added HUGE to Who Uses.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added HUGE to Who Uses.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed bug in Whoosh where it would always generate spelling suggestions off the full query even when given a different query string to check against.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed bug in Whoosh where it would always generate spelling suggestions off the full query even when given a different query string to check against.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added the ability to combine `SearchQuerySet`s via `&` or `|`. Thanks to reesefrancis for the suggestion.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added the ability to combine `SearchQuerySet`s via `&` or `|`. Thanks to reesefrancis for the suggestion.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Simplified the SQ object and removed a limitation on kwargs/field names that could be passed in. Thanks to traviscline for the patch.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Simplified the SQ object and removed a limitation on kwargs/field names that could be passed in. Thanks to traviscline for the patch.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Documentation on `should_update` fixed to match the new signature. Thanks to kylemacfarlane for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Documentation on `should_update` fixed to match the new signature. Thanks to kylemacfarlane for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed missing words in Best Practices documentation. Thanks to frankwiles for the original patch.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed missing words in Best Practices documentation. Thanks to frankwiles for the original patch.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
The `update_object` method now passes along kwargs as needed to the `should_update` method. Thanks to askfor for the suggestion.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
The `update_object` method now passes along kwargs as needed to the `should_update` method. Thanks to askfor for the suggestion.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Updated docs about the removal of the Whoosh fork.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Updated docs about the removal of the Whoosh fork.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Removed extraneous `BadSearchIndex3` from test suite. Thanks notanumber!
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Removed extraneous `BadSearchIndex3` from test suite. Thanks notanumber!
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
We actually want `repr`, not `str`.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
We actually want `repr`, not `str`.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Pushed the `model_attr` check lower down into the `SearchField`s and make it occur later, so that exceptions come at a point where Django can better deal with them.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Pushed the `model_attr` check lower down into the `SearchField`s and make it occur later, so that exceptions come at a point where Django can better deal with them.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed attempting to access an invalid `model_attr`. Thanks to notanumber for the original patch.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed attempting to access an invalid `model_attr`. Thanks to notanumber for the original patch.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added SQ objects (replacing the QueryFilter object) as the means to generate queries/query fragments. Thanks to traviscline for all the hard work.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added SQ objects (replacing the QueryFilter object) as the means to generate queries/query fragments. Thanks to traviscline for all the hard work.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Reformatted debugging docs a bit.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Reformatted debugging docs a bit.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago