From f99a51b5ea1cffedb1b40f706d01775608966219 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 31 Oct 2018 12:50:27 +0000 Subject: [PATCH] =?UTF-8?q?Bug=2022076:=20Add=20to=20diacritics=20mappings?= =?UTF-8?q?=20for=20=C5=BD=20and=20=C5=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1 - Find or add a record by author Slavoj Žižek 2 - Search for 'Zizek' 3 - No results 4 - Apply patch 5 - Reindex 6 - Search again 7 - Success! https://bugs.koha-community.org/show_bug.cgi?id=22073 --- etc/zebradb/etc/word-phrase-utf.chr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr index d75f817a44..1e50e3af22 100644 --- a/etc/zebradb/etc/word-phrase-utf.chr +++ b/etc/zebradb/etc/word-phrase-utf.chr @@ -261,6 +261,8 @@ map ż z map Ż z map ƶ z map Ƶ z +map Ž z +map ž z #C map ç c map Ç c -- 2.11.0