Changed the ``rebuild_index`` command so it can take all options that can be passed to either ``clear_index`` or ``update_index``. Thanks to brosner for suggesting this. |
|
More...
|
over 15 years ago
|
Changed the ``rebuild_index`` command so it can take all options that can be passed to either ``clear_index`` or ``update_index``. Thanks to brosner for suggesting this. |
|
More...
|
over 15 years ago
|
Added ``--noinput`` flag to ``clear_index``. Thanks to aljosa for the suggestion. |
|
More...
|
over 15 years ago
|
Added ``--noinput`` flag to ``clear_index``. Thanks to aljosa for the suggestion. |
|
More...
|
over 15 years ago
|
Updated the example in the template to be a little more real-world and user friendly. Thanks to j0hnsmith for pointing this out. |
|
More...
|
over 15 years ago
|
Updated the example in the template to be a little more real-world and user friendly. Thanks to j0hnsmith for pointing this out. |
|
More...
|
over 15 years ago
|
Fixed a bug with the Whoosh backend where scores weren't getting populated correctly. Thanks to horribtastic for the report. |
|
More...
|
over 15 years ago
|
Fixed a bug with the Whoosh backend where scores weren't getting populated correctly. Thanks to horribtastic for the report. |
|
More...
|
over 15 years ago
|
Changed ``EmptySearchQuerySet`` so it returns an empty list when slicing instead of mistakenly running queries. Thanks to askfor for reporting this bug. |
|
More...
|
over 15 years ago
|
Changed ``EmptySearchQuerySet`` so it returns an empty list when slicing instead of mistakenly running queries. Thanks to askfor for reporting this bug. |
|
More...
|
over 15 years ago
|
Switched ``SearchView`` & ``FacetedSearchView`` to use ``EmptySearchQuerySet`` (instead of a regular list) when there are no results. Thanks to acdha for the original patch. |
|
More...
|
over 15 years ago
|
Switched ``SearchView`` & ``FacetedSearchView`` to use ``EmptySearchQuerySet`` (instead of a regular list) when there are no results. Thanks to acdha for the original patch. |
|
More...
|
over 15 years ago
|
Added RedditGifts to "Who Uses". |
|
More...
|
over 15 years ago
|
Added RedditGifts to "Who Uses". |
|
More...
|
over 15 years ago
|
Added Winding Road to "Who Uses". |
|
More...
|
over 15 years ago
|
Added Winding Road to "Who Uses". |
|
More...
|
over 15 years ago
|
Added ryszard's full name to AUTHORS. |
|
More...
|
over 15 years ago
|
Added ryszard's full name to AUTHORS. |
|
More...
|
over 15 years ago
|
Added initialization bits to part of the Solr test suite. Thanks to notanumber for pointing this out. |
|
More...
|
over 15 years ago
|
Added initialization bits to part of the Solr test suite. Thanks to notanumber for pointing this out. |
|
More...
|
over 15 years ago
|
Started the 1.1-alpha work. Apologies for not doing this sooner. |
|
More...
|
over 15 years ago
|
Started the 1.1-alpha work. Apologies for not doing this sooner. |
|
More...
|
over 15 years ago
|
Added an advanced setting for disabling Haystack's initialization in the event of a conflict with other apps. |
|
More...
|
over 15 years ago
|
Added an advanced setting for disabling Haystack's initialization in the event of a conflict with other apps. |
|
More...
|
over 15 years ago
|
Altered ``SearchForm`` to use ``.is_valid()`` instead of ``.clean()``, which is a more idiomatic/correct usage. Thanks to askfor for the suggestion. |
|
More...
|
over 15 years ago
|
Altered ``SearchForm`` to use ``.is_valid()`` instead of ``.clean()``, which is a more idiomatic/correct usage. Thanks to askfor for the suggestion. |
|
More...
|
over 15 years ago
|
Added MANIFEST to ignore list. |
|
More...
|
over 15 years ago
|
Added MANIFEST to ignore list. |
|
More...
|
over 15 years ago
|
Fixed Django 1.0 compatibility when using the Solr backend. |
|
More...
|
over 15 years ago
|
Fixed Django 1.0 compatibility when using the Solr backend. |
|
More...
|
over 15 years ago
|