Skip to content

Commit

Permalink
Added note to say that searching on extra fields with the database ba…
Browse files Browse the repository at this point in the history
…ckend is not supported
  • Loading branch information
kaedroho committed Jul 29, 2014
1 parent ce71b7d commit a5f0f8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/core_components/search/for_python_developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a5f0f8e

Please sign in to comment.