diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-12 17:28:09 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-12 17:28:09 +0200 |
commit | fcd453c30b0fdcbd6877724d25101d0d1d5f94b8 (patch) | |
tree | d9eab5fe8c4eb9aa8b6dde3f74b12281e38cd842 /archaeological_finds | |
parent | d644ad71585c5ebf2113f2c538c38c775b334228 (diff) | |
download | Ishtar-fcd453c30b0fdcbd6877724d25101d0d1d5f94b8.tar.bz2 Ishtar-fcd453c30b0fdcbd6877724d25101d0d1d5f94b8.zip |
Searches: update_search_vectors command
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/models_finds.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 96c21e79e..8052601bf 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -240,8 +240,8 @@ class BaseFind(BulkUpdatedItem, BaseHistorizedItem, OwnPerms): RELATED_POST_PROCESS = ['find'] CACHED_LABELS = ['cache_short_id', 'cache_complete_id'] PARENT_SEARCH_VECTORS = ['context_record'] - BASE_SEARCH_VECTORS = ["cached_label", "label", "description", - "comment", "cache_short_id", "cache_complete_id"] + BASE_SEARCH_VECTORS = ["label", "description", "comment", "cache_short_id", + "cache_complete_id"] class Meta: verbose_name = _(u"Base find") |