Bugzilla – Attachment 167204 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), 3.20 KB, created by
Wainui Witika-Park
on 2024-05-28 04:06:10 UTC
(
hide
)
Description:
Bug 36853: Enhance Elasticsearch Notes/Comments MARC21 index mappings
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2024-05-28 04:06:10 UTC
Size:
3.20 KB
patch
obsolete
>From 9eed2318e299cffc6a5e3253a561ecd9462b82ea 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, 591a, 592a, 593a, 594a, 595a, 596a, 597a, 598a, 599ab > >Sponsored-by: Educational Services Australia SCIS >--- > .../searchengine/elasticsearch/mappings.yaml | 85 +++++++++++++++++++ > 1 file changed, 85 insertions(+) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 929f2f94103..53262e21338 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -2989,16 +2989,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 >@@ -3014,6 +3054,51 @@ biblios: > marc_type: marc21 > sort: 1 > suggestible: '' >+ - facet: '' >+ marc_field: '591a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '592a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '593a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '594a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '595a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '596a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '597a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '598a' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: '599ab' >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' > - facet: '' > marc_field: 952z > 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