From 3424f0d84a1622c502aeb376450cad5b74f0cea1 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 27 Jan 2014 13:50:01 +0100 Subject: [PATCH] Bug 11619: remove duplicate key in QueryParser config Corrects a double entry for language in yaml file. Language should have been language-original. Test plan: Check that you have language-original in your zebra install. Specifically, this index should cover MARC21 041$h. Enable QueryParser and search for a record with this index. Note that this patch does not enable searching on this index without QueryParser. This is true for many more indexes in record.abs that are not included in the getIndexes routine. Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Works as described - make sure you are testing with a current indexing configuration. Signed-off-by: Galen Charlton --- etc/searchengine/queryparser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/searchengine/queryparser.yaml b/etc/searchengine/queryparser.yaml index 832643a805..a5532ac563 100644 --- a/etc/searchengine/queryparser.yaml +++ b/etc/searchengine/queryparser.yaml @@ -654,14 +654,14 @@ field_mappings: - language - ln label: Language - language: + language-original: bib1_mapping: biblioserver: 1: 1095 enabled: 1 + index: language-original aliases: - language-original - index: language-original label: Language of original lc-card-number: bib1_mapping: -- 2.39.5