Fixed Whoosh backend's handling of pre-1900 dates. Thanks JoeGermuska! |
|
More...
|
over 16 years ago
|
Fixed Whoosh backend's handling of pre-1900 dates. Thanks JoeGermuska! |
|
More...
|
over 16 years ago
|
Backed out the Whoosh quoted dates patch. |
|
More...
|
over 16 years ago
|
Backed out the Whoosh quoted dates patch. |
|
More...
|
over 16 years ago
|
Added a small requirements section to the docs. |
|
More...
|
over 16 years ago
|
Added a small requirements section to the docs. |
|
More...
|
over 16 years ago
|
Added notes about enabling the MoreLikeThisHandler within Solr. |
|
More...
|
over 16 years ago
|
Added notes about enabling the MoreLikeThisHandler within Solr. |
|
More...
|
over 16 years ago
|
Revised how tests are done so each backend now gets its own test app. |
|
More...
|
over 16 years ago
|
Revised how tests are done so each backend now gets its own test app. |
|
More...
|
over 16 years ago
|
Added 'startswith' filter. |
|
More...
|
over 16 years ago
|
Added 'startswith' filter. |
|
More...
|
over 16 years ago
|
Fixed the __repr__ method on QueryFilters. Thanks JoeGermuska for the original patch! |
|
More...
|
over 16 years ago
|
Fixed the __repr__ method on QueryFilters. Thanks JoeGermuska for the original patch! |
|
More...
|
over 16 years ago
|
BACKWARDS INCOMPATIBLE - Both the Solr & Whoosh backends now provide native Python types back in SearchResults. |
|
More...
|
over 16 years ago
|
BACKWARDS INCOMPATIBLE - Both the Solr & Whoosh backends now provide native Python types back in SearchResults. |
|
More...
|
over 16 years ago
|
SearchIndexes now support inheritance. Thanks smulloni! |
|
More...
|
over 16 years ago
|
SearchIndexes now support inheritance. Thanks smulloni! |
|
More...
|
over 16 years ago
|
Added FacetedSearchForm to make handling facets easier. |
|
More...
|
over 16 years ago
|
Added FacetedSearchForm to make handling facets easier. |
|
More...
|
over 16 years ago
|
Heavily refactored the SearchView to take advantage of being a class. |
|
More...
|
over 16 years ago
|
Heavily refactored the SearchView to take advantage of being a class. |
|
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! |
|
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! |
|
More...
|
over 16 years ago
|
SearchResults now include a verbose name for display purposes. |
|
More...
|
over 16 years ago
|
SearchResults now include a verbose name for display purposes. |
|
More...
|
over 16 years ago
|
Fixed reverse order_by's when using Whoosh. Thanks matt_c for the original patch. |
|
More...
|
over 16 years ago
|
Fixed reverse order_by's when using Whoosh. Thanks matt_c for the original patch. |
|
More...
|
over 16 years ago
|
Handle Whoosh stopwords behavior when provided a single character query string. |
|
More...
|
over 16 years ago
|
Handle Whoosh stopwords behavior when provided a single character query string. |
|
More...
|
over 16 years ago
|