From 504732433bbf365d3ba6b9eae2b56e388c37f6b3 Mon Sep 17 00:00:00 2001 From: Dave Cranwell Date: Tue, 26 Aug 2014 13:41:02 +0100 Subject: [PATCH] Update for_python_developers.rst --- docs/core_components/search/for_python_developers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core_components/search/for_python_developers.rst b/docs/core_components/search/for_python_developers.rst index af7c49af7..27a39b4aa 100644 --- a/docs/core_components/search/for_python_developers.rst +++ b/docs/core_components/search/for_python_developers.rst @@ -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: