From d6a42d1df3458f16dfb26cf6318bab3870cde863 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 29 Apr 2019 14:18:43 +0200 Subject: [PATCH] =?utf8?q?Bug=2022787:=20Add=20mapping=20of=20letters=20"?= =?utf8?q?=C5=AF"=20and=20"=C5=AE"=20to=20zebra=20definitions?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Test plan: 0) Do not apply the patch 1) Add some word with character "ů" into metadata, for example author "Martinů, Bohuslav" 2) Try to search it with "Martinu" and you'll see you can't find it 3) Apply the patch 4) Copy file etc/zebradb/etc/word-phrase-utf.chr to your /etc/koha directory sudo cp etc/zebradb/etc/word-phrase-utf.chr /etc/koha/zebradb/etc/ 5) koha-zebra --restart kohadev 6) koha-rebuild-zebra -f kohadev 6) try to search "Martinu" again - you should be able to find your record Signed-off-by: Josef Moravec Signed-off-by: Michal Denar Signed-off-by: Chris Cormack Signed-off-by: Nick Clemens (cherry picked from commit d57239ca78e7719f4c04865e8c493919c6362c15) Signed-off-by: Martin Renvoize (cherry picked from commit 006fa1a49789763892b9fcd286b7e3d875472e10) Signed-off-by: Lucas Gass --- 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 3b39f1e492..a63714eca9 100644 --- a/etc/zebradb/etc/word-phrase-utf.chr +++ b/etc/zebradb/etc/word-phrase-utf.chr @@ -125,6 +125,8 @@ map ʉ u map Ʉ u map ů u map Ů u +map ů u +map Ů u # E map ê e map Ê e -- 2.39.5