Update for_python_developers.rst

This commit is contained in:
Dave Cranwell 2014-08-26 13:41:02 +01:00
parent 15ba294bcd
commit 504732433b

View file

@ -10,7 +10,7 @@ For Python developers
Basic usage
===========
By default using the database backend, Wagtail's search will only index the ``title`` field of pages.
By default using the :ref:`wagtailsearch_backends_database`, Wagtail's search will only index the ``title`` field of pages.
All searches are performed on Django QuerySets. Wagtail provides a ``search`` method on the queryset for all page models: