4
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 27, 2024 — Aug 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed Whoosh backend's handling of pre-1900 dates. Thanks JoeGermuska!
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Fixed Whoosh backend's handling of pre-1900 dates. Thanks JoeGermuska!
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Backed out the Whoosh quoted dates patch.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Backed out the Whoosh quoted dates patch.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added a small requirements section to the docs.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added a small requirements section to the docs.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added notes about enabling the MoreLikeThisHandler within Solr.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added notes about enabling the MoreLikeThisHandler within Solr.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Revised how tests are done so each backend now gets its own test app.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Revised how tests are done so each backend now gets its own test app.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added 'startswith' filter.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added 'startswith' filter.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Fixed the __repr__ method on QueryFilters. Thanks JoeGermuska for the original patch!
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Fixed the __repr__ method on QueryFilters. Thanks JoeGermuska for the original patch!
daniellindsley
as Daniel Lindsley
More... over 16 years ago
BACKWARDS INCOMPATIBLE - Both the Solr & Whoosh backends now provide native Python types back in SearchResults.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
BACKWARDS INCOMPATIBLE - Both the Solr & Whoosh backends now provide native Python types back in SearchResults.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
SearchIndexes now support inheritance. Thanks smulloni!
daniellindsley
as Daniel Lindsley
More... over 16 years ago
SearchIndexes now support inheritance. Thanks smulloni!
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added FacetedSearchForm to make handling facets easier.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added FacetedSearchForm to make handling facets easier.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Heavily refactored the SearchView to take advantage of being a class.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Heavily refactored the SearchView to take advantage of being a class.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Fixed Solr backend so that it properly converts native Python types to something Solr can handle. Thanks smulloni for the original patch!
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Fixed Solr backend so that it properly converts native Python types to something Solr can handle. Thanks smulloni for the original patch!
daniellindsley
as Daniel Lindsley
More... over 16 years ago
SearchResults now include a verbose name for display purposes.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
SearchResults now include a verbose name for display purposes.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Fixed reverse order_by's when using Whoosh. Thanks matt_c for the original patch.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Fixed reverse order_by's when using Whoosh. Thanks matt_c for the original patch.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Handle Whoosh stopwords behavior when provided a single character query string.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Handle Whoosh stopwords behavior when provided a single character query string.
daniellindsley
as Daniel Lindsley
More... over 16 years ago