mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-15 10:43:15 +00:00
Fix note about update_index not being required for the db backend
This commit is contained in:
parent
6454e500ab
commit
b2b42faf14
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue