From 65ac390590ecba26990670cb24634810722dc215 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Tue, 18 May 2021 16:40:50 -0400 Subject: [PATCH] Bug 28380: Elasticsearch - correct 024aa in mappings (MARC21) --- admin/searchengine/elasticsearch/mappings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml index edb591ca6e..8c07694d11 100644 --- a/admin/searchengine/elasticsearch/mappings.yaml +++ b/admin/searchengine/elasticsearch/mappings.yaml @@ -2029,7 +2029,7 @@ biblios: label: identifier-other mappings: - facet: '' - marc_field: 024aa + marc_field: 024a marc_type: marc21 sort: ~ suggestible: '' -- 2.17.1