Bugzilla – Attachment 147770 Details for
Bug 33139
New facetable boolean Elasticsearch field 'has-eresource'.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33139 Map boolean field has-eresource to MARC21 856$u
Bug-33139-Map-boolean-field-has-eresource-to-MARC2.patch (text/plain), 973 bytes, created by
Andreas Jonsson
on 2023-03-05 11:51:49 UTC
(
hide
)
Description:
Bug 33139 Map boolean field has-eresource to MARC21 856$u
Filename:
MIME Type:
Creator:
Andreas Jonsson
Created:
2023-03-05 11:51:49 UTC
Size:
973 bytes
patch
obsolete
>From f56dd65b5dd4fcf231be9e3b1c782e51db87760e Mon Sep 17 00:00:00 2001 >From: Andreas Jonsson <andreas.jonsson@kreablo.se> >Date: Fri, 3 Mar 2023 15:43:58 +0100 >Subject: [PATCH] Bug 33139 Map boolean field has-eresource to MARC21 856$u > >--- > admin/searchengine/elasticsearch/mappings.yaml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index e892f9126c..6fa0162eda 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -3743,6 +3743,18 @@ biblios: > sort: ~ > suggestible: '' > type: '' >+ has-eresource: >+ label: has-eresource >+ mandatory: ~ >+ mappings: >+ - facet: 1 >+ marc_field: 856u >+ marc_type: marc21 >+ sort: ~ >+ suggestible: '' >+ opac: 1 >+ staff_client: 1 >+ type: boolean > withdrawn: > label: withdrawn > mappings: >-- >2.30.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 33139
:
147769
|
147770
|
147771
|
147772