Bug 10729: Add phrases configuration for ICU
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 14 Aug 2013 15:21:26 +0000 (16:21 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 04:10:57 +0000 (04:10 +0000)
commit735381b371b128fed13b8b34c97746af21a17282
treef36a8f4266232272fbb05c6f7c460355e70e7f3d
parent1df244d5786d020aa9298adeaf5330d261c0f431
Bug 10729: Add phrases configuration for ICU

Add a separate phrases-icu.xml for phrase indexes
The file is based on that distributed with zebra
with a couple of additions to reflect Koha usage

This patch adds a separate tokenizer variable
for phrase indexes so that default.idx is
correctly rewritten for sites using icu
indexing

Signed-off-by: Paola Rossi <paola.rossi@cineca.it>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
- Applied patch
- perl Makefile.PL --prev-install-log ../koha-dev/misc/koha-install-log
- make upgrade
- Restarted Zebra server
- Did a full reindex of bibliographic and authorities
- Checked various searches
- Links records to authorities
- Checked created links work correctly

I couldn't find a regression with this patch.
Passes all tests and QA script.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Makefile.PL
etc/zebradb/etc/default.idx
etc/zebradb/etc/phrases-icu.xml [new file with mode: 0644]
rewrite-config.PL