Bugzilla – Attachment 169068 Details for
Bug 36851
Enhance Elasticsearch author, author as phrase MARC21 index mappings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36851: Enhance Elasticsearch author, author as phrase MARC21 index mappings
Bug-36851-Enhance-Elasticsearch-author-author-as-p.patch (text/plain), 1.88 KB, created by
Thomas Klausner
on 2024-07-16 20:09:30 UTC
(
hide
)
Description:
Bug 36851: Enhance Elasticsearch author, author as phrase MARC21 index mappings
Filename:
MIME Type:
Creator:
Thomas Klausner
Created:
2024-07-16 20:09:30 UTC
Size:
1.88 KB
patch
obsolete
>From e33571c3f3738038183ca3ebe2d442dd87382275 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Thu, 30 May 2024 00:56:43 +0000 >Subject: [PATCH] Bug 36851: Enhance Elasticsearch author, author as phrase > MARC21 index mappings > >Add the following tags and subfields to the existing author index for Elasticsearch MARC21, as used by the "author" and "author as phrase" advanced search dropdown options: 100abc (currently 100a), 700abc (currently 700a), 250b, 800abc, 810ab > >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 | 19 +++++++++++++++++-- > 1 file changed, 17 insertions(+), 2 deletions(-) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 17e513fb6f..28189ebf29 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -1051,7 +1051,7 @@ biblios: > mandatory: ~ > mappings: > - facet: 1 >- marc_field: 100a >+ marc_field: 100abc > marc_type: marc21 > sort: 1 > suggestible: 1 >@@ -1070,8 +1070,13 @@ biblios: > marc_type: marc21 > sort: 1 > suggestible: '' >+ - facet: '' >+ marc_field: 250b >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' > - facet: 1 >- marc_field: 700a >+ marc_field: 700abc > marc_type: marc21 > sort: 1 > suggestible: 1 >@@ -1085,6 +1090,16 @@ biblios: > marc_type: marc21 > sort: 1 > suggestible: 1 >+ - facet: 1 >+ marc_field: 800abc >+ marc_type: marc21 >+ sort: 1 >+ suggestible: 1 >+ - facet: 1 >+ marc_field: 810ab >+ marc_type: marc21 >+ sort: 1 >+ suggestible: 1 > - facet: 1 > marc_field: 200f > marc_type: unimarc >-- >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 36851
:
167250
|
167298
| 169068