Bugzilla – Attachment 171180 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.56 KB, created by
Jonathan Druart
on 2024-09-09 09:09:23 UTC
(
hide
)
Description:
Bug 37857: Add callnumber and geo_point for new search fields
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-09-09 09:09:23 UTC
Size:
1.56 KB
patch
obsolete
>From de4529898a6a73479e7121ced2c0fdab640f0248 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. >--- > .../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 42a800d89b8..2f3d4f04175 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.34.1
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