Bugzilla – Attachment 169066 Details for
Bug 36852
Enhance Elasticsearch subject, subject as phrase MARC21 index mappings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36852: Enhance Elasticsearch subject, subject as phrase MARC21 index mappings
Bug-36852-Enhance-Elasticsearch-subject-subject-as.patch (text/plain), 1.84 KB, created by
Thomas Klausner
on 2024-07-16 19:46:16 UTC
(
hide
)
Description:
Bug 36852: Enhance Elasticsearch subject, subject as phrase MARC21 index mappings
Filename:
MIME Type:
Creator:
Thomas Klausner
Created:
2024-07-16 19:46:16 UTC
Size:
1.84 KB
patch
obsolete
>From 87527806036fdbfc7a7bd3ae51da218d42639d15 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Thu, 30 May 2024 01:22:35 +0000 >Subject: [PATCH] Bug 36852: Enhance Elasticsearch subject, subject as phrase > MARC21 index mappings > >Add the following tags and subfields to the existing subject index for Elasticsearch MARC21, as used by the "subject" and "subject as phrase" advanced search dropdown options: 600abc (currently 600a), 610abcdnty (currently 610a and 610t), 630amnoprsxyz (currently 630n and 630r) > >Sponsored-by: Educational Services Australia SCIS >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Thomas Klausner <domm@plix.at> >--- > admin/searchengine/elasticsearch/mappings.yaml | 16 +++------------- > 1 file changed, 3 insertions(+), 13 deletions(-) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 17e513fb6f..2920de2615 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -3554,7 +3554,7 @@ biblios: > mandatory: ~ > mappings: > - facet: 1 >- marc_field: 600a >+ marc_field: 600abc > marc_type: marc21 > sort: 1 > suggestible: 1 >@@ -3564,12 +3564,7 @@ biblios: > sort: 1 > suggestible: 1 > - facet: 1 >- marc_field: 610a >- marc_type: marc21 >- sort: 1 >- suggestible: 1 >- - facet: 1 >- marc_field: 610t >+ marc_field: 610abcdnty > marc_type: marc21 > sort: 1 > suggestible: 1 >@@ -3579,12 +3574,7 @@ biblios: > sort: 1 > suggestible: 1 > - facet: 1 >- marc_field: 630n >- marc_type: marc21 >- sort: 1 >- suggestible: 1 >- - facet: 1 >- marc_field: 630r >+ marc_field: 630amnoprsxyz > marc_type: marc21 > sort: 1 > suggestible: 1 >-- >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 36852
:
167252
|
167299
| 169066