Bugzilla – Attachment 167297 Details for
Bug 36850
Add volume of work $v to Elasticsearch series title MARC21 index mappings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36850: Add volume of work $v to Elasticsearch series title MARC21 index mappings
Bug-36850-Add-volume-of-work-v-to-Elasticsearch-se.patch (text/plain), 1.41 KB, created by
David Nind
on 2024-05-31 00:08:51 UTC
(
hide
)
Description:
Bug 36850: Add volume of work $v to Elasticsearch series title MARC21 index mappings
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-05-31 00:08:51 UTC
Size:
1.41 KB
patch
obsolete
>From 949319085975a8c89064423eabd257ea577e5f2c Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Thu, 30 May 2024 04:40:57 +0000 >Subject: [PATCH] Bug 36850: Add volume of work $v to Elasticsearch series > title MARC21 index mappings > >Add $v volume of work to the title-series elasticsearch index, or 'Series title' option in the advanced search dropdown. So the mappings would become as follows: 440av, 490av, 830av > >Sponsored-by: Educational Services Australia SCIS >Signed-off-by: David Nind <david@davidnind.com> >--- > admin/searchengine/elasticsearch/mappings.yaml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 929f2f9410..cddcf480d8 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -4265,12 +4265,12 @@ biblios: > mandatory: ~ > mappings: > - facet: 1 >- marc_field: 440a >+ marc_field: 440av > marc_type: marc21 > sort: 1 > suggestible: '' > - facet: 1 >- marc_field: 490a >+ marc_field: 490av > marc_type: marc21 > sort: 1 > suggestible: '' >@@ -4290,7 +4290,7 @@ biblios: > sort: 1 > suggestible: '' > - facet: 1 >- marc_field: 830a >+ marc_field: 830av > marc_type: marc21 > sort: 1 > suggestible: '' >-- >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 36850
:
167260
|
167297
|
169064
|
169069
|
169070