From cb068503bef83f62b9cac000d2364f805ee461d0 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose 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 --- .../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