From a06cf547d97275fcf110092e8668bb69d33fb8b3 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 27 Jan 2014 13:50:01 +0100 Subject: [PATCH] [PASSED QA] Bug 11619: 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. --- 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 832643a..a5532ac 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: -- 1.8.3.2