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 | e82219dead1078df30cd7006c024cb44a42e2089 (patch) | |
| tree | d9eab5fe8c4eb9aa8b6dde3f74b12281e38cd842 /archaeological_finds | |
| parent | 2f61567837dab3e2e7354d8b81e844596046cb2a (diff) | |
| download | Ishtar-e82219dead1078df30cd7006c024cb44a42e2089.tar.bz2 Ishtar-e82219dead1078df30cd7006c024cb44a42e2089.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") |
