From b2b42faf143c15c096e7e651f9ad790674891c65 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Fri, 21 Sep 2018 10:59:52 +0100
Subject: [PATCH] Fix note about update_index not being required for the db
 backend

---
 docs/reference/management_commands.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/reference/management_commands.rst b/docs/reference/management_commands.rst
index 656ba76824..8a897d3e82 100644
--- a/docs/reference/management_commands.rst
+++ b/docs/reference/management_commands.rst
@@ -57,7 +57,7 @@ update_index
 
     $ ./manage.py update_index [--backend <backend name>]
 
-This command rebuilds the search index from scratch. It is only required when using Elasticsearch.
+This command rebuilds the search index from scratch. It is not required when using the database search backend (``wagtail.search.backends.db``).
 
 It is recommended to run this command once a week and at the following times: