From 35c3ff27b73acb13695cffb50080512781c31415 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 20 Dec 2023 19:06:57 +0000 Subject: [PATCH] =?utf8?q?Bug=2035621:=20Map=20=C3=BF=20to=20y=20for=20sea?= =?utf8?q?rching=20(Non-ICU)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To test: 1 - Find or add a record with title: Chevilly-Larue, L'Haÿ-les-Roses, Fresnes, Rungis [par] Sté éditions et de publicité L.F.B. 2 - Search for 'L'Hay-les-Roses' 3 - No results 4 - Apply patch, copy the file: sudo cp /kohadevbox/koha/etc/zebradb/etc/word-phrase-utf.chr /etc/koha/zebradb/etc/word-phrase-utf.chr 5 - Restart all, Reindex restart_all sudo koha-rebuild-zebra -v -f kohadev 6 - Search again 7 - Success! Signed-off-by: David Nind Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer (cherry picked from commit 1412f6c65b011ef79f955f75c812e3f7f1a9fce0) Signed-off-by: Fridolin Somers --- etc/zebradb/etc/word-phrase-utf.chr | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr index 7fd70185fd..f65abfe2db 100644 --- a/etc/zebradb/etc/word-phrase-utf.chr +++ b/etc/zebradb/etc/word-phrase-utf.chr @@ -303,6 +303,7 @@ map ý y map Ý y map ɏ y map Ɏ y +map ÿ y ## mapping diacritics to plain on greek characters map ά α -- 2.39.2