summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-04-22 15:16:08 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-04-23 11:19:15 +0200
commitf6607acad89198b7b33df4c99041af84c9fe9d69 (patch)
treef27677df294f46df387ec452cc12e751d33c8ce7 /archaeological_context_records
parent2c539d0c805f59fea30546740e9fafbae94d132a (diff)
downloadIshtar-f6607acad89198b7b33df4c99041af84c9fe9d69.tar.bz2
Ishtar-f6607acad89198b7b33df4c99041af84c9fe9d69.zip
🐛 fix table export with json fields in search (refs #6292)
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 30d2d9ad7..cfa9b2b52 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -748,6 +748,8 @@ class ContextRecord(
ALT_NAMES.update(GeoItem.ALT_NAMES)
ALT_NAMES.update(Imported.ALT_NAMES)
+ DEFAULT_SEARCH_FORM = ("archaeological_context_records.forms", "RecordSelect")
+
BASE_SEARCH_VECTORS = [
SearchVectorConfig("label", "raw"),
SearchVectorConfig("location"),