From 87527806036fdbfc7a7bd3ae51da218d42639d15 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Thu, 30 May 2024 01:22:35 +0000 Subject: [PATCH] Bug 36852: Enhance Elasticsearch subject, subject as phrase MARC21 index mappings Add the following tags and subfields to the existing subject index for Elasticsearch MARC21, as used by the "subject" and "subject as phrase" advanced search dropdown options: 600abc (currently 600a), 610abcdnty (currently 610a and 610t), 630amnoprsxyz (currently 630n and 630r) Sponsored-by: Educational Services Australia SCIS Signed-off-by: David Nind Signed-off-by: Thomas Klausner --- admin/searchengine/elasticsearch/mappings.yaml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml index 17e513fb6f..2920de2615 100644 --- a/admin/searchengine/elasticsearch/mappings.yaml +++ b/admin/searchengine/elasticsearch/mappings.yaml @@ -3554,7 +3554,7 @@ biblios: mandatory: ~ mappings: - facet: 1 - marc_field: 600a + marc_field: 600abc marc_type: marc21 sort: 1 suggestible: 1 @@ -3564,12 +3564,7 @@ biblios: sort: 1 suggestible: 1 - facet: 1 - marc_field: 610a - marc_type: marc21 - sort: 1 - suggestible: 1 - - facet: 1 - marc_field: 610t + marc_field: 610abcdnty marc_type: marc21 sort: 1 suggestible: 1 @@ -3579,12 +3574,7 @@ biblios: sort: 1 suggestible: 1 - facet: 1 - marc_field: 630n - marc_type: marc21 - sort: 1 - suggestible: 1 - - facet: 1 - marc_field: 630r + marc_field: 630amnoprsxyz marc_type: marc21 sort: 1 suggestible: 1 -- 2.39.2