From 6bd3d419131250dbec77aec555fd183c78811334 Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Fri, 23 Apr 2021 12:57:09 +0000 Subject: [PATCH] Bug 28203: Add Match-heading search fields and related unimarc mappings --- admin/searchengine/elasticsearch/mappings.yaml | 59 ++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml index edb591c..2451534 100644 --- a/admin/searchengine/elasticsearch/mappings.yaml +++ b/admin/searchengine/elasticsearch/mappings.yaml @@ -695,6 +695,65 @@ authorities: sort: ~ suggestible: '' type: '' + Match-heading: + label: Match-heading + mappings: + - facet: '' + marc_field: 200(abcdfgjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 210(abcdefgjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 215(ajxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 216(afcjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 220(afjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 230(abhiklmnqrsuwjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 235(abekmrsuwjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 240(atjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 250(ajxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 260(abcdjxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 280(ajxyz) + marc_type: unimarc + sort: ~ + suggestible: '' + type: '' Match-heading-see-from: label: Match-heading-see-from mappings: -- 2.7.4