From e88a753a8339467866a64b49e3bf9b67d1867ae8 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 27 Jan 2014 13:50:01 +0100 Subject: [PATCH] Bug 11619: Duplicate key in QueryParser config Content-Type: text/plain; charset=utf-8 Corrects a double entry for language in yaml file. Language should have been language-original. Test plan: Apply this patch on top of report 10544 (esp. third patch). Actually quite hard to test if the record.abs does not contain an index for languge of original under GRS1 :) What should be resolved is the output of koha-qa.pl. Run the qa script and verify if there are no yaml warnings anymore. --- etc/searchengine/queryparser.yaml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/searchengine/queryparser.yaml b/etc/searchengine/queryparser.yaml index 6236580..9420853 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.7.7.6