From 79b7990e70efdbfa0f93e10ff5f718deedf19da1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 5 Jun 2019 15:34:05 +0200 Subject: Searches: fix history modifier --- archaeological_context_records/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_context_records/models.py') 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 = [ -- cgit v1.2.3