diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-02 16:03:26 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:19 +0100 |
| commit | 49baa55756d8f6427f382c327ec7fe233b2c05d3 (patch) | |
| tree | 5888b277c026e0c6e9209472f016055ba73d77c4 /archaeological_context_records/models.py | |
| parent | 4ed26f54bde75a1a392b717d5306a3f59802206b (diff) | |
| download | Ishtar-49baa55756d8f6427f382c327ec7fe233b2c05d3.tar.bz2 Ishtar-49baa55756d8f6427f382c327ec7fe233b2c05d3.zip | |
Geodata - search: add search fields on related items searches
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 09733b566..da6b3b86a 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -631,6 +631,7 @@ class ContextRecord( ALT_NAMES.update(BaseHistorizedItem.ALT_NAMES) ALT_NAMES.update(DocumentItem.ALT_NAMES) ALT_NAMES.update(Dating.ASSOCIATED_ALT_NAMES) + ALT_NAMES.update(GeoItem.ALT_NAMES) PARENT_ONLY_SEARCH_VECTORS = ["operation", "archaeological_site", "parcel"] BASE_SEARCH_VECTORS = [ |
