Bugzilla – Attachment 147772 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), 1.10 KB, created by
Andreas Jonsson
on 2023-03-05 12:10:07 UTC
(
hide
)
Description:
Bug 33139 Map boolean field has-eresource to MARC21 856$u
Filename:
MIME Type:
Creator:
Andreas Jonsson
Created:
2023-03-05 12:10:07 UTC
Size:
1.10 KB
patch
obsolete
>From d8b8476dd9cad7ad3dbfe57df7c4c5ce5876eaa1 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 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Sponsored-by: VTI, Statens väg- och transportforskningsinstitut >--- > 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