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. |
|
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. |
|
More...
|
almost 16 years ago
|
Added HUGE to Who Uses. |
|
More...
|
almost 16 years ago
|
Added HUGE to Who Uses. |
|
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. |
|
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. |
|
More...
|
almost 16 years ago
|
Added the ability to combine `SearchQuerySet`s via `&` or `|`. Thanks to reesefrancis for the suggestion. |
|
More...
|
almost 16 years ago
|
Added the ability to combine `SearchQuerySet`s via `&` or `|`. Thanks to reesefrancis for the suggestion. |
|
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. |
|
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. |
|
More...
|
almost 16 years ago
|
Documentation on `should_update` fixed to match the new signature. Thanks to kylemacfarlane for pointing this out. |
|
More...
|
almost 16 years ago
|
Documentation on `should_update` fixed to match the new signature. Thanks to kylemacfarlane for pointing this out. |
|
More...
|
almost 16 years ago
|
Fixed missing words in Best Practices documentation. Thanks to frankwiles for the original patch. |
|
More...
|
almost 16 years ago
|
Fixed missing words in Best Practices documentation. Thanks to frankwiles for the original patch. |
|
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. |
|
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. |
|
More...
|
almost 16 years ago
|
Updated docs about the removal of the Whoosh fork. |
|
More...
|
almost 16 years ago
|
Updated docs about the removal of the Whoosh fork. |
|
More...
|
almost 16 years ago
|
Removed extraneous `BadSearchIndex3` from test suite. Thanks notanumber! |
|
More...
|
almost 16 years ago
|
Removed extraneous `BadSearchIndex3` from test suite. Thanks notanumber! |
|
More...
|
almost 16 years ago
|
We actually want `repr`, not `str`. |
|
More...
|
almost 16 years ago
|
We actually want `repr`, not `str`. |
|
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. |
|
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. |
|
More...
|
almost 16 years ago
|
Fixed attempting to access an invalid `model_attr`. Thanks to notanumber for the original patch. |
|
More...
|
almost 16 years ago
|
Fixed attempting to access an invalid `model_attr`. Thanks to notanumber for the original patch. |
|
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. |
|
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. |
|
More...
|
almost 16 years ago
|
Reformatted debugging docs a bit. |
|
More...
|
almost 16 years ago
|
Reformatted debugging docs a bit. |
|
More...
|
almost 16 years ago
|