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 <jonathan.druart@biblibre.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works as described - make sure you are testing with a current indexing configuration. Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
f3d5887870
commit
3424f0d84a
1 changed files with 2 additions and 2 deletions
|
@ -654,14 +654,14 @@ field_mappings:
|
||||||
- language
|
- language
|
||||||
- ln
|
- ln
|
||||||
label: Language
|
label: Language
|
||||||
language:
|
language-original:
|
||||||
bib1_mapping:
|
bib1_mapping:
|
||||||
biblioserver:
|
biblioserver:
|
||||||
1: 1095
|
1: 1095
|
||||||
enabled: 1
|
enabled: 1
|
||||||
|
index: language-original
|
||||||
aliases:
|
aliases:
|
||||||
- language-original
|
- language-original
|
||||||
index: language-original
|
|
||||||
label: Language of original
|
label: Language of original
|
||||||
lc-card-number:
|
lc-card-number:
|
||||||
bib1_mapping:
|
bib1_mapping:
|
||||||
|
|
Loading…
Reference in a new issue