summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
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
commitfcd453c30b0fdcbd6877724d25101d0d1d5f94b8 (patch)
treed9eab5fe8c4eb9aa8b6dde3f74b12281e38cd842 /archaeological_finds
parentd644ad71585c5ebf2113f2c538c38c775b334228 (diff)
downloadIshtar-fcd453c30b0fdcbd6877724d25101d0d1d5f94b8.tar.bz2
Ishtar-fcd453c30b0fdcbd6877724d25101d0d1d5f94b8.zip
Searches: update_search_vectors command
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/models_finds.py4
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")