Bugzilla – Attachment 24752 Details for
Bug 11619
Duplicate key in QueryParser config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11619: Duplicate key in QueryParser config
Bug-11619-Duplicate-key-in-QueryParser-config.patch (text/plain), 1.22 KB, created by
Jonathan Druart
on 2014-01-27 14:21:57 UTC
(
hide
)
Description:
Bug 11619: Duplicate key in QueryParser config
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-01-27 14:21:57 UTC
Size:
1.22 KB
patch
obsolete
>From 97bc06a703e69f48c659348f60b64b20824e1852 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 27 Jan 2014 13:50:01 +0100 >Subject: [PATCH] Bug 11619: Duplicate key in QueryParser config > >Corrects a double entry for language in yaml file. >Language should have been language-original. > >Test plan: >Copy changes in yaml file to your zebra folder. >Reindex, or change a few records and update zebra. >Search something with index language-original. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > 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.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11619
:
24746
|
24747
|
24752
|
24996
|
25016