Mention PostgreSQL backend in docs Search index

Updates the Search docs index to mention the new PostgreSQL backend
This commit is contained in:
John Franey 2017-05-28 16:10:56 -03:00 committed by Matt Westcott
parent 2f2bfa0159
commit 3f8052064e
2 changed files with 2 additions and 1 deletions

View file

@ -239,6 +239,7 @@ Contributors
* Olly Willans
* Ben Enright
* Alice Rose
* John Franey
Translators
===========

View file

@ -38,6 +38,6 @@ See :ref:`wagtailsearch_searching`.
Backends
========
Wagtail provides two backends for storing the search index and performing search queries: Elasticsearch and the database. It's also possible to roll your own search backend.
Wagtail provides three backends for storing the search index and performing search queries: Elasticsearch, the database, and PostgreSQL (Django >=1.10 required). It's also possible to roll your own search backend.
See :ref:`wagtailsearch_backends`