mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 03:03:14 +00:00
Mention PostgreSQL backend in docs Search index
Updates the Search docs index to mention the new PostgreSQL backend
This commit is contained in:
parent
2f2bfa0159
commit
3f8052064e
2 changed files with 2 additions and 1 deletions
|
|
@ -239,6 +239,7 @@ Contributors
|
|||
* Olly Willans
|
||||
* Ben Enright
|
||||
* Alice Rose
|
||||
* John Franey
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue