mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 08:14:53 +00:00
Update for_python_developers.rst
This commit is contained in:
parent
15ba294bcd
commit
504732433b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue