Bugzilla – Attachment 170334 Details for
Bug 36853
Enhance Elasticsearch Notes/Comments MARC21 index mappings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36853: Enhance Elasticsearch Notes/Comments MARC21 index mappings
Bug-36853-Enhance-Elasticsearch-NotesComments-MARC.patch (text/plain), 2.15 KB, created by
Wainui Witika-Park
on 2024-08-14 23:29:38 UTC
(
hide
)
Description:
Bug 36853: Enhance Elasticsearch Notes/Comments MARC21 index mappings
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2024-08-14 23:29:38 UTC
Size:
2.15 KB
patch
obsolete
>From 0ed9bf7ccde3c594f3efd9d50cbe9d9409603f52 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Tue, 28 May 2024 16:04:49 +1200 >Subject: [PATCH] Bug 36853: Enhance Elasticsearch Notes/Comments MARC21 index > mappings > >Added the following tags and subfields to the existing note index for Elasticsearch MARC21, as used by the "Notes/Comments" advanced search dropdown option: 501a, 503a, 504a, 508a, 511a, 521a, 538a, 547a > >Sponsored-by: Educational Services Australia SCIS >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Thomas Klausner <domm@plix.at> >--- > .../searchengine/elasticsearch/mappings.yaml | 40 +++++++++++++++++++ > 1 file changed, 40 insertions(+) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 17e513fb6f6..2c6607f8b49 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -3040,16 +3040,56 @@ biblios: > marc_type: marc21 > sort: 1 > suggestible: '' >+ - facet: '' >+ marc_field: '501a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '503a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '504a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' > - facet: '' > marc_field: '505' > marc_type: marc21 > sort: 1 > suggestible: '' >+ - facet: '' >+ marc_field: '508a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '511a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' > - facet: '' > marc_field: '520' > marc_type: marc21 > sort: 1 > suggestible: '' >+ - facet: '' >+ marc_field: '521a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '538a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '547a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' > - facet: '' > marc_field: '561' > marc_type: marc21 >-- >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 36853
:
167204
|
167300
|
169067
|
170333
| 170334