From df7b7527db7936d9a5014cd121525a36dbf57531 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 20 Sep 2024 14:55:11 +0200 Subject: ✨ context records, finds search: add new fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 2f3cae888..fcfbb5e54 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -418,10 +418,11 @@ class ArchaeologicalSite( EXTRA_REQUEST_KEYS = { "towns_label": "towns", - "collaborators__pk": "collaborators__pk", # dynamic_table_documents "cached_towns_label": "cached_towns_label", "cached_periods": "cached_periods", "cached_remains": "remains", + "collaborators__pk": "collaborators__pk", # dynamic_table_documents + "discoverer_id": "discoverer_id", # dynamic_table_documents } # alternative names of fields for searches -- cgit v1.2.3