From 1c827827597b008d9fe3a268c5fd6ce95ab37307 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 9 Sep 2024 11:06:37 +0200 Subject: [PATCH] Bug 37857: Add callnumber and geo_point for new search fields It is missing "Geo point" and "Call Number" from the options of "Type" when creating a new search field. Test plan: Go to the elastic mapping config page, bottom of the page. Notice that after this patch you see the 2 options in the dropdown list. Signed-off-by: Chloe Zermatten Signed-off-by: Caroline Cyr La Rose Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer --- .../en/modules/admin/searchengine/elasticsearch/mappings.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt index 42a800d89b..2f3d4f0417 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt @@ -292,6 +292,8 @@ a.add, a.delete { + + -- 2.39.5