Bugzilla – Attachment 171200 Details for
Bug 37857
Unable to select type "Geo point" or "Call number" when adding a search field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37857: Add callnumber and geo_point for new search fields
Bug-37857-Add-callnumber-and-geopoint-for-new-sear.patch (text/plain), 1.62 KB, created by
Chloe Zermatten
on 2024-09-09 13:51:15 UTC
(
hide
)
Description:
Bug 37857: Add callnumber and geo_point for new search fields
Filename:
MIME Type:
Creator:
Chloe Zermatten
Created:
2024-09-09 13:51:15 UTC
Size:
1.62 KB
patch
obsolete
>From 7c826b53ab16805960b5f3b0794fd60fb8321fa1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 <chloe.zermatten@ptfs-europe.com> >--- > .../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 { > <option value="sum">Sum</option> > <option value="isbn">ISBN</option> > <option value="stdno">Std. Number</option> >+ <option value="callnumber">Call Number</option> >+ <option value="geo_point">Geo point</option> > </select> > </td> > <td> >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37857
:
171180
|
171200
|
171251
|
171597