From 1ad8d2cb5d48803726b99621306e9abf9c2d7590 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 17 Oct 2018 00:23:51 +0000 Subject: [PATCH] Bug 26390: Add transliteration for Z with caron in ICU chains MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://en.wikipedia.org/wiki/Caron From RT 52831. Uunder ICU chains most patrons cannot search for Slavoj Žižek TO test: 1 - Add a record with Slavoj Žižek as author 2 - Enable ICU chains https://wiki.koha-community.org/wiki/ICU_chains_configuration 3 - Ensure Koha is using zebra 4 - Restart all the things and reindex 5 - Try to search for 'Zizek' 6 - Not found 7 - Apply patch 8 - Restart all the things and reindex 9 - Try to search for Zizek 10 - It works! --- etc/zebradb/etc/words-icu.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/zebradb/etc/words-icu.xml b/etc/zebradb/etc/words-icu.xml index 2eb3e7be5f..32a90f72a3 100644 --- a/etc/zebradb/etc/words-icu.xml +++ b/etc/zebradb/etc/words-icu.xml @@ -3,6 +3,8 @@ + + -- 2.11.0