diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-22 11:16:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:19 +0100 |
commit | 871814a44be5b63a5ea5796773a858939946a7d4 (patch) | |
tree | b83c090fba7e8890c1eefafb2b8a70bdd74dfa3e /archaeological_context_records | |
parent | e12714441302678973fc6088ddf765820ab4fa0a (diff) | |
download | Ishtar-871814a44be5b63a5ea5796773a858939946a7d4.tar.bz2 Ishtar-871814a44be5b63a5ea5796773a858939946a7d4.zip |
Context record: add Unit to indexed search
Diffstat (limited to 'archaeological_context_records')
-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 686b167b4..84e160480 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -643,6 +643,7 @@ class ContextRecord( SearchVectorConfig("filling", "local"), SearchVectorConfig("datings_comment", "local"), SearchVectorConfig("identification__label"), + SearchVectorConfig("unit__label"), SearchVectorConfig("activity__label"), ] M2M_SEARCH_VECTORS = [ |