Added debugging information about the Whoosh lock error. |
|
More...
|
almost 16 years ago
|
Added debugging information about the Whoosh lock error. |
|
More...
|
almost 16 years ago
|
Brought the TODO up to date. |
|
More...
|
almost 16 years ago
|
Brought the TODO up to date. |
|
More...
|
almost 16 years ago
|
Added a warning to the documentation about how `__startswith` may not always provide the expected results. Thanks to codysoyland for pointing this out. |
|
More...
|
almost 16 years ago
|
Added a warning to the documentation about how `__startswith` may not always provide the expected results. Thanks to codysoyland for pointing this out. |
|
More...
|
almost 16 years ago
|
Added debugging documentation, with more examples coming in the future. |
|
More...
|
almost 16 years ago
|
Added debugging documentation, with more examples coming in the future. |
|
More...
|
almost 16 years ago
|
Added a new `basic_search` view as a both a working example of how to write traditional views and as a thread-safe view, which the class-based ones may/may not be. |
|
More...
|
almost 16 years ago
|
Added a new `basic_search` view as a both a working example of how to write traditional views and as a thread-safe view, which the class-based ones may/may not be. |
|
More...
|
almost 16 years ago
|
Fixed sample template in the documentation. Thanks to lemonad for pointing this out. |
|
More...
|
almost 16 years ago
|
Fixed sample template in the documentation. Thanks to lemonad for pointing this out. |
|
More...
|
almost 16 years ago
|
Updated documentation to include a couple more Sphinx directives. Index is now more useful. |
|
More...
|
almost 16 years ago
|
Updated documentation to include a couple more Sphinx directives. Index is now more useful. |
|
More...
|
almost 16 years ago
|
Made links more obvious in documentation. |
|
More...
|
almost 16 years ago
|
Made links more obvious in documentation. |
|
More...
|
almost 16 years ago
|
Added an `example_project` demonstrating how a sample project might be setup. |
|
More...
|
almost 16 years ago
|
Added an `example_project` demonstrating how a sample project might be setup. |
|
More...
|
almost 16 years ago
|
Fixed `load_backend` to use the argument passed instead of always the `settings.HAYSTACK_SEARCH_ENGINE`. Thanks to newgene for the report. |
|
More...
|
almost 16 years ago
|
Fixed `load_backend` to use the argument passed instead of always the `settings.HAYSTACK_SEARCH_ENGINE`. Thanks to newgene for the report. |
|
More...
|
almost 16 years ago
|
Regression where sometimes `narrow_queries` got juggled into a list when it should be a set everywhere. Thanks tcline & ericholscher for the report. |
|
More...
|
almost 16 years ago
|
Regression where sometimes `narrow_queries` got juggled into a list when it should be a set everywhere. Thanks tcline & ericholscher for the report. |
|
More...
|
almost 16 years ago
|
Updated the Whoosh backend's version requirement to reflect the fully working version of Whoosh. |
|
More...
|
almost 16 years ago
|
Updated the Whoosh backend's version requirement to reflect the fully working version of Whoosh. |
|
More...
|
almost 16 years ago
|
With the latest SVN version of Whoosh (r344), `SearchQuerySet()` now works properly in Whoosh. |
|
More...
|
almost 16 years ago
|
With the latest SVN version of Whoosh (r344), `SearchQuerySet()` now works properly in Whoosh. |
|
More...
|
almost 16 years ago
|
Added a `FacetedModelSearchForm`. Thanks to mcroydon for the original patch. |
|
More...
|
almost 16 years ago
|
Added a `FacetedModelSearchForm`. Thanks to mcroydon for the original patch. |
|
More...
|
almost 16 years ago
|
Added translation capabilities to the `SearchForm` variants. Thanks to hejsan for pointing this out. |
|
More...
|
almost 16 years ago
|
Added translation capabilities to the `SearchForm` variants. Thanks to hejsan for pointing this out. |
|
More...
|
almost 16 years ago
|