From abb1870fd12ec1f7ea0a7fd75d5dd33a03be3d5a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 13 Oct 2021 13:07:38 +0200 Subject: Find/context record search: change search order, terms, fix search field --- archaeological_context_records/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records/models.py') diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 9dd9956f1..f620b1ff1 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -543,7 +543,7 @@ class ContextRecord( "cr_relation_types", ), "excavation_technic": SearchAltName( - pgettext_lazy("key for text search", "excavation-technic"), + pgettext_lazy("key for text search", "excavation-technique"), "excavation_technic__label__iexact", ), } -- cgit v1.2.3