diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-15 11:58:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-15 11:58:43 +0200 |
commit | b661fc9406cfcdfc9e8dd9c35f27212876bd7263 (patch) | |
tree | 768e83053ae98a742ce0675fc681ea9ca1742cb4 /UPGRADE.md | |
parent | 320e268236d392b951335902c2b6d8fa24b5770b (diff) | |
download | Ishtar-b661fc9406cfcdfc9e8dd9c35f27212876bd7263.tar.bz2 Ishtar-b661fc9406cfcdfc9e8dd9c35f27212876bd7263.zip |
Upgrade instruction: update search indexes
Diffstat (limited to 'UPGRADE.md')
-rw-r--r-- | UPGRADE.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADE.md b/UPGRADE.md index 34d1560db..de01ca78b 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -35,3 +35,10 @@ cd <application-path> ./manage.py migrate --fake archaeological_warehouse 0002_auto_20170414_2123 ./manage.py migrate ``` + +Finally create indexes the new full text search engine + +``` +cd <application-path> +./manage.py update_search_vectors +``` |