Bug 9940: (follow-up) add language-original to QP search field list
This patch adds language-original to the list of search fields recognized by QueryParser. To test: [1] After doing the tests in the main patch, copy the configuration file etc/searchengine/queryparser.yaml into place, turn on the UseQueryParser system preference, and verify that searching on language-original still works. Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
a573ac1fa8
commit
e4912a20f9
1 changed files with 9 additions and 0 deletions
|
@ -654,6 +654,15 @@ field_mappings:
|
|||
- language
|
||||
- ln
|
||||
label: Language
|
||||
language:
|
||||
bib1_mapping:
|
||||
biblioserver:
|
||||
1: 1095
|
||||
enabled: 1
|
||||
aliases:
|
||||
- language-original
|
||||
index: language-original
|
||||
label: Language of original
|
||||
lc-card-number:
|
||||
bib1_mapping:
|
||||
biblioserver:
|
||||
|
|
Loading…
Reference in a new issue