Bugzilla – Attachment 112794 Details for
Bug 26487
Add all MARC flavours for not-onloan-count search field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26487: Add all MARC flavours for not-onloan-count search field
Bug-26487-Add-all-MARC-flavours-for-not-onloan-cou.patch (text/plain), 1.41 KB, created by
Katrin Fischer
on 2020-11-01 00:30:01 UTC
(
hide
)
Description:
Bug 26487: Add all MARC flavours for not-onloan-count search field
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-11-01 00:30:01 UTC
Size:
1.41 KB
patch
obsolete
>From 60421fcd0e2068a698f74806f9f9de39153bf3a7 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 18 Sep 2020 15:09:10 +0200 >Subject: [PATCH] Bug 26487: Add all MARC flavours for not-onloan-count search > field > >In admin/searchengine/elasticsearch/mappings.yaml the search field not-onloan-count is defined for MARC21 on 999x. >This should be for all the MARC flavours, like in Zebra config. > >Test plan: >1) On a UNIMARC database >2) Reset Elasticsearch mappings >3) Check search engine config to see field 'not-onloan-count' on 999$x >4) Same on a NORMARC database > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > admin/searchengine/elasticsearch/mappings.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 847647e0fd..eef51c0f13 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -2968,6 +2968,16 @@ biblios: > marc_type: marc21 > sort: ~ > suggestible: '' >+ - facet: '' >+ marc_field: 999x >+ marc_type: unimarc >+ sort: ~ >+ suggestible: '' >+ - facet: '' >+ marc_field: 999x >+ marc_type: normarc >+ sort: ~ >+ suggestible: '' > type: '' > note: > label: note >-- >2.11.0
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 26487
:
110385
|
112485
| 112794