Fix note about update_index not being required for the db backend

This commit is contained in:
Matt Westcott 2018-09-21 10:59:52 +01:00 committed by GitHub
parent 6454e500ab
commit b2b42faf14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: