From 80b1726ebea7bf377275d4f4cbd637494c1844af Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Tue, 28 May 2024 04:57:01 +0000 Subject: [PATCH] Bug 36849: Add more tags to Elasticsearch mapping for title, title as phrase Add additional mappings to the title index for MARC21: 440a, 600t, 800t, 810t, 830np Sponsored-by: Educational Services Australia SCIS 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 139d66ffc4..65e7b8dd18 100644 --- a/admin/searchengine/elasticsearch/mappings.yaml +++ b/admin/searchengine/elasticsearch/mappings.yaml @@ -3832,6 +3832,11 @@ biblios: marc_type: marc21 sort: 0 suggestible: 1 + - facet: '' + marc_field: 440a + marc_type: marc21 + sort: 0 + suggestible: '' - facet: '' marc_field: 490a marc_type: marc21 @@ -3842,6 +3847,11 @@ biblios: marc_type: marc21 sort: 0 suggestible: 1 + - facet: '' + marc_field: 600t + marc_type: marc21 + sort: 0 + suggestible: '' - facet: '' marc_field: 700t marc_type: marc21 @@ -3877,6 +3887,21 @@ biblios: marc_type: marc21 sort: 0 suggestible: '' + - facet: '' + marc_field: 800t + marc_type: marc21 + sort: 0 + suggestible: '' + - facet: '' + marc_field: 810t + marc_type: marc21 + sort: 0 + suggestible: '' + - facet: '' + marc_field: 830np + marc_type: marc21 + sort: 0 + suggestible: '' - facet: '' marc_field: 200a marc_type: unimarc -- 2.39.5