From c3b0184fae77ad9653206551a495dca11cb16e20 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 29 Apr 2019 14:18:43 +0200 Subject: [PATCH] =?UTF-8?q?Bug=2022787:=20Add=20mapping=20of=20letters=20"?= =?UTF-8?q?=C5=AF"=20and=20"=C5=AE"=20to=20zebra=20definitions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 --- 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.11.0