Bugzilla – Attachment 141586 Details for
Bug 31689
Add see from tracings in Match-heading-see-from index (Elasticsearch, MARC21)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31689: Add see from tracings in Match-heading-see-from index (Elasticsearch, MARC21)
Bug-31689-Add-see-from-tracings-in-Match-heading-s.patch (text/plain), 1.59 KB, created by
David Nind
on 2022-10-10 19:36:28 UTC
(
hide
)
Description:
Bug 31689: Add see from tracings in Match-heading-see-from index (Elasticsearch, MARC21)
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-10 19:36:28 UTC
Size:
1.59 KB
patch
obsolete
>From cb068503bef83f62b9cac000d2364f805ee461d0 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 5 Oct 2022 11:27:12 -0400 >Subject: [PATCH] Bug 31689: Add see from tracings in Match-heading-see-from > index (Elasticsearch, MARC21) > >This patch adds the following fields to the Match-heading-see-from index > >- 430(adfghklmnoprstvxyz) >- 448(avxyz) >- 450(abvxyz) >- 451(avxyz) >- 455(avxyz) > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../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 33f36852eb..cde8f54449 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -558,6 +558,31 @@ authorities: > marc_type: marc21 > sort: ~ > suggestible: '' >+ - facet: '' >+ marc_field: 430(adfghklmnoprstvxyz) >+ marc_type: marc21 >+ sort: ~ >+ suggestible: '' >+ - facet: '' >+ marc_field: 448(avxyz) >+ marc_type: marc21 >+ sort: ~ >+ suggestible: '' >+ - facet: '' >+ marc_field: 450(abvxyz) >+ marc_type: marc21 >+ sort: ~ >+ suggestible: '' >+ - facet: '' >+ marc_field: 451(avxyz) >+ marc_type: marc21 >+ sort: ~ >+ suggestible: '' >+ - facet: '' >+ marc_field: 455(avxyz) >+ marc_type: marc21 >+ sort: ~ >+ suggestible: '' > type: '' > Meeting-name: > label: Meeting-name >-- >2.30.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 31689
:
141385
|
141586
|
142333