From ae0688f29cb168174889d4706198fc46662bd611 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Wed, 5 Oct 2022 11:36:56 -0400 Subject: [PATCH] Bug 31690: Add see from tracings in See-from index (Elasticsearch, MARC21) This patch adds the following fields to the See-from index - 450(abvxyz) - 451(avxyz) - 455(avxyz) Signed-off-by: David Nind Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- admin/searchengine/elasticsearch/mappings.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml index a6cda477e3..14194c0698 100644 --- a/admin/searchengine/elasticsearch/mappings.yaml +++ b/admin/searchengine/elasticsearch/mappings.yaml @@ -785,7 +785,22 @@ authorities: sort: ~ suggestible: '' - facet: '' - marc_field: 462a + 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: '' + - facet: '' + marc_field: 462(abcdefghklmnoprstvxyz) marc_type: marc21 sort: ~ suggestible: '' -- 2.39.5