From 1f8ccc7874da109f01d2f8e53c8c499cc1acf6d5 Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Fri, 23 Apr 2021 13:02:41 +0000 Subject: [PATCH] Bug 28203: Add Match-heading-see-from unimarc mappings --- admin/searchengine/elasticsearch/mappings.yaml | 55 ++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml index 2451534..c227ee9 100644 --- a/admin/searchengine/elasticsearch/mappings.yaml +++ b/admin/searchengine/elasticsearch/mappings.yaml @@ -787,6 +787,61 @@ authorities: marc_type: normarc sort: ~ suggestible: '' + - facet: '' + marc_field: 400(abcdfgjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 410(abcdefgjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 415(ajxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 416(afcjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 420(afjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 430(abhiklmnqrsuwjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 435(abekmrsuwjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 440(atjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 450(ajxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 460(abcdjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 480(ajxyz) + marc_type: unimarc + sort: ~ + suggestible: '' type: '' Meeting-name: label: Meeting-name -- 2.7.4