Typo'd the setup.py changes. Thanks to jlilly for catching that. |
|
More...
|
almost 16 years ago
|
Typo'd the setup.py changes. Thanks to jlilly for catching that. |
|
More...
|
almost 16 years ago
|
Converted all query strings to Unicode for Whoosh. Thanks to simonw108 for pointing this out. |
|
More...
|
almost 16 years ago
|
Converted all query strings to Unicode for Whoosh. Thanks to simonw108 for pointing this out. |
|
More...
|
almost 16 years ago
|
Added template tags to `setup.py`. Thanks to Bogdan for pointing this out. |
|
More...
|
almost 16 years ago
|
Added template tags to `setup.py`. Thanks to Bogdan for pointing this out. |
|
More...
|
almost 16 years ago
|
Added two more tests to the Whoosh backend, just to make sure. |
|
More...
|
almost 16 years ago
|
Added two more tests to the Whoosh backend, just to make sure. |
|
More...
|
almost 16 years ago
|
Corrected the way Whoosh handles `order_by`. Thanks to Rowan for pointing this out. |
|
More...
|
almost 16 years ago
|
Corrected the way Whoosh handles `order_by`. Thanks to Rowan for pointing this out. |
|
More...
|
almost 16 years ago
|
For the Whoosh backend, ensure the directory is writable by the current user to try to prevent failed writes. |
|
More...
|
almost 16 years ago
|
For the Whoosh backend, ensure the directory is writable by the current user to try to prevent failed writes. |
|
More...
|
almost 16 years ago
|
Added a better label to the main search form field. |
|
More...
|
almost 16 years ago
|
Added a better label to the main search form field. |
|
More...
|
almost 16 years ago
|
Added optional argument to `spelling_suggestion` that lets you provide a different query than the one built by the SearchQuerySet. |
|
More...
|
almost 16 years ago
|
Added optional argument to `spelling_suggestion` that lets you provide a different query than the one built by the SearchQuerySet. |
|
More...
|
almost 16 years ago
|
Bringing the Whoosh backend up to version 0.3.0b14. This version of Whoosh has better query parsing, faster indexing and, combined with these changes, should cause fewer disruptions when used in a multiprocess/multithreaded environment. |
|
More...
|
almost 16 years ago
|
Bringing the Whoosh backend up to version 0.3.0b14. This version of Whoosh has better query parsing, faster indexing and, combined with these changes, should cause fewer disruptions when used in a multiprocess/multithreaded environment. |
|
More...
|
almost 16 years ago
|
SearchResults now obey the type of data chosen in their corresponding field in the SearchIndex if present. Thanks to evgenius for the original report. |
|
More...
|
almost 16 years ago
|
SearchResults now obey the type of data chosen in their corresponding field in the SearchIndex if present. Thanks to evgenius for the original report. |
|
More...
|
almost 16 years ago
|
Fixed a bug in the Solr backend where submitting an empty string to search returned an ancient and incorrect datastructure. Thanks kapa77 for the report. |
|
More...
|
almost 16 years ago
|
Fixed a bug in the Solr backend where submitting an empty string to search returned an ancient and incorrect datastructure. Thanks kapa77 for the report. |
|
More...
|
almost 16 years ago
|
Fixed a bug where the cache would never properly fill due to the number of results returned being lower than the hit count. This could happen when there were results excluded due to being in the index but the model NOT being registered in the `SearchSite`. Thanks akrito and tcline for the report. |
|
More...
|
almost 16 years ago
|
Fixed a bug where the cache would never properly fill due to the number of results returned being lower than the hit count. This could happen when there were results excluded due to being in the index but the model NOT being registered in the `SearchSite`. Thanks akrito and tcline for the report. |
|
More...
|
almost 16 years ago
|
Altered the docs to look more like the main site. |
|
More...
|
almost 16 years ago
|
Altered the docs to look more like the main site. |
|
More...
|
almost 16 years ago
|
Added a (short) list of who uses Haystack. Would love to have more on this list. |
|
More...
|
almost 16 years ago
|
Added a (short) list of who uses Haystack. Would love to have more on this list. |
|
More...
|
almost 16 years ago
|
Fixed docs on preparing data. Thanks fud. |
|
More...
|
almost 16 years ago
|
Fixed docs on preparing data. Thanks fud. |
|
More...
|
almost 16 years ago
|