diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-03-20 20:01:33 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-03-20 20:01:33 +0100 |
commit | e1202ca1b9f7afbce616312e5ae55cd58391bd36 (patch) | |
tree | b095a65b258b37ee54503eff345d0b13119192a7 /archaeological_context_records/models.py | |
parent | ecd4bc8bb44f2a42d7e1be42855441296e577ad7 (diff) | |
download | Ishtar-e1202ca1b9f7afbce616312e5ae55cd58391bd36.tar.bz2 Ishtar-e1202ca1b9f7afbce616312e5ae55cd58391bd36.zip |
Search index: fix auto update of base find search - add parcel to context record search
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 56d43e295..cb6dbc635 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -373,7 +373,7 @@ class ContextRecord(BulkUpdatedItem, BaseHistorizedItem, ), } - PARENT_ONLY_SEARCH_VECTORS = ['operation', "archaeological_site"] + PARENT_ONLY_SEARCH_VECTORS = ["operation", "archaeological_site", "parcel"] BASE_SEARCH_VECTORS = ["cached_label", "label", "location", "town__name", "interpretation", "filling", "datings_comment", "identification__label", "activity__label", |