Added note to say that searching on extra fields with the database backend is not supported

pull/501/merge
Karl Hobley 2014-07-29 14:57:29 +01:00
rodzic ce71b7d010
commit a5f0f8ed19
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -36,6 +36,11 @@ Indexing extra fields
The ``indexed_fields`` configuration format was replaced with ``search_fields``
.. note::
Searching on extra fields with the database backend is not currently supported.
Fields need to be explicitly added to the search configuration in order for you to be able to search/filter on them.
You can add new fields to the search index by overriding the ``search_fields`` property and appending a list of extra ``SearchField``/``FilterField`` objects to it.