From 3f8052064ecd16e823143b4279585742e1aa22cf Mon Sep 17 00:00:00 2001 From: John Franey Date: Sun, 28 May 2017 16:10:56 -0300 Subject: [PATCH] Mention PostgreSQL backend in docs Search index Updates the Search docs index to mention the new PostgreSQL backend --- CONTRIBUTORS.rst | 1 + docs/topics/search/index.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index c9743215a..3e6386382 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -239,6 +239,7 @@ Contributors * Olly Willans * Ben Enright * Alice Rose +* John Franey Translators =========== diff --git a/docs/topics/search/index.rst b/docs/topics/search/index.rst index 75939c0a6..73a489274 100644 --- a/docs/topics/search/index.rst +++ b/docs/topics/search/index.rst @@ -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`