diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-20 12:28:45 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-20 15:47:14 +0200 |
commit | b9f9eb50906183baa1d1cd1ad3440cb377500394 (patch) | |
tree | 5dd4f2a6a2e78017f07d8e7fd942db5ec8109fb3 /archaeological_context_records/models.py | |
parent | 2089f69b8958ba08879a706d478397e927de8741 (diff) | |
download | Ishtar-b9f9eb50906183baa1d1cd1ad3440cb377500394.tar.bz2 Ishtar-b9f9eb50906183baa1d1cd1ad3440cb377500394.zip |
✨ context records, finds edit form: add new fields
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 c1a03e79e..a832e2476 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -751,6 +751,7 @@ class ContextRecord( SearchVectorConfig("datings_comment", "local"), SearchVectorConfig("unit__label"), SearchVectorConfig("activity__label"), + SearchVectorConfig("excavator__raw_name", "raw"), ] M2M_SEARCH_VECTORS = [ SearchVectorConfig("datings__period__label", "local"), |