Bugzilla – Attachment 167782 Details for
Bug 37099
Add uniform title fields to the title and subject Elasticsearch index mappings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37099: Add uniform title fields to the title and subject Elasticsearch index mappings
Bug-37099-Add-uniform-title-fields-to-the-title-an.patch (text/plain), 1.94 KB, created by
Wainui Witika-Park
on 2024-06-17 03:29:35 UTC
(
hide
)
Description:
Bug 37099: Add uniform title fields to the title and subject Elasticsearch index mappings
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2024-06-17 03:29:35 UTC
Size:
1.94 KB
patch
obsolete
>From dd471aa6c26ed4047187ab774f014fd004e5c64a Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Mon, 17 Jun 2024 15:27:19 +1200 >Subject: [PATCH] Bug 37099: Add uniform title fields to the title and subject > Elasticsearch index mappings > >Add 'title' or 'title as phrase' search to also search on the following >Uniform Title fields: 130$a, 240$a, 730$a > >Add 'subject' or 'subject as phrase' search to also search on the following Uniform Title fields: 630$a > >Sponsored-by: Educational Services Australia SCIS >--- > .../searchengine/elasticsearch/mappings.yaml | 20 +++++++++++++++++++ > 1 file changed, 20 insertions(+) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 929f2f94103..e0e162a7058 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -3527,6 +3527,11 @@ biblios: > marc_type: marc21 > sort: 1 > suggestible: 1 >+ - facet: 1 >+ marc_field: 630a >+ marc_type: marc21 >+ sort: 1 >+ suggestible: 1 > - facet: 1 > marc_field: 630n > marc_type: marc21 >@@ -3732,6 +3737,11 @@ biblios: > marc_type: marc21 > sort: 0 > suggestible: '' >+ - facet: '' >+ marc_field: '130a' >+ marc_type: marc21 >+ sort: 0 >+ suggestible: '' > - facet: '' > marc_field: '210' > marc_type: marc21 >@@ -3762,6 +3772,11 @@ biblios: > marc_type: marc21 > sort: 0 > suggestible: '' >+ - facet: '' >+ marc_field: '240a' >+ marc_type: marc21 >+ sort: 0 >+ suggestible: '' > - facet: '' > marc_field: 245abp > marc_type: marc21 >@@ -3807,6 +3822,11 @@ biblios: > marc_type: marc21 > sort: 0 > suggestible: '' >+ - facet: '' >+ marc_field: '730a' >+ marc_type: marc21 >+ sort: 0 >+ suggestible: '' > - facet: '' > marc_field: '740' > 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 37099
:
167782
|
168952