diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-05 15:34:05 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-05 15:34:23 +0200 |
commit | 79b7990e70efdbfa0f93e10ff5f718deedf19da1 (patch) | |
tree | a5084dc4acfe5444b00b50b17e26fa0269fe4dea /archaeological_context_records/models.py | |
parent | 95739c815a9035943ca20b5ace07284d6f49e05a (diff) | |
download | Ishtar-79b7990e70efdbfa0f93e10ff5f718deedf19da1.tar.bz2 Ishtar-79b7990e70efdbfa0f93e10ff5f718deedf19da1.zip |
Searches: fix history modifier
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 474d71e7c..cc51c3b7a 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -378,6 +378,7 @@ class ContextRecord(BulkUpdatedItem, DocumentItem, BaseHistorizedItem, 'cr_relation_types' ), } + ALT_NAMES.update(BaseHistorizedItem.ALT_NAMES) PARENT_ONLY_SEARCH_VECTORS = ["operation", "archaeological_site", "parcel"] BASE_SEARCH_VECTORS = [ |