Bugzilla – Attachment 167205 Details for
Bug 36849
Add more tags to Elasticsearch mapping for title, title as phrase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36849: Add more tags to Elasticsearch mapping for title, title as phrase
Bug-36849-Add-more-tags-to-Elasticsearch-mapping-f.patch (text/plain), 1.73 KB, created by
Wainui Witika-Park
on 2024-05-28 05:01:17 UTC
(
hide
)
Description:
Bug 36849: Add more tags to Elasticsearch mapping for title, title as phrase
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2024-05-28 05:01:17 UTC
Size:
1.73 KB
patch
obsolete
>From 528870cc765fe467a4310adfbef8d2e76601a30c Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Tue, 28 May 2024 04:57:01 +0000 >Subject: [PATCH] Bug 36849: Add more tags to Elasticsearch mapping for title, > title as phrase > >Add additional mappings to the title index for MARC21: 440a, 600t, 800t, 810t, 830np > >Sponsored-by: Educational Services Australia SCIS >--- > .../searchengine/elasticsearch/mappings.yaml | 25 +++++++++++++++++++ > 1 file changed, 25 insertions(+) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 929f2f94103..26148738122 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -3777,6 +3777,11 @@ biblios: > marc_type: marc21 > sort: 0 > suggestible: 1 >+ - facet: '' >+ marc_field: 440a >+ marc_type: marc21 >+ sort: 0 >+ suggestible: 1 > - facet: '' > marc_field: 490a > marc_type: marc21 >@@ -3787,6 +3792,11 @@ biblios: > marc_type: marc21 > sort: 0 > suggestible: 1 >+ - facet: '' >+ marc_field: 600t >+ marc_type: marc21 >+ sort: 0 >+ suggestible: 1 > - facet: '' > marc_field: 700t > marc_type: marc21 >@@ -3822,6 +3832,21 @@ biblios: > marc_type: marc21 > sort: 0 > suggestible: '' >+ - facet: '' >+ marc_field: 800t >+ marc_type: marc21 >+ sort: 0 >+ suggestible: 1 >+ - facet: '' >+ marc_field: 810t >+ marc_type: marc21 >+ sort: 0 >+ suggestible: 1 >+ - facet: '' >+ marc_field: 830np >+ marc_type: marc21 >+ sort: 0 >+ suggestible: 1 > - facet: '' > marc_field: 200a > 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 36849
:
167205
|
167233