From a1811324e15051721e35318e5273a6feea663c22 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 20 Dec 2023 19:06:57 +0000 Subject: [PATCH] =?UTF-8?q?Bug=2035621:=20Map=20=C3=BF=20to=20y=20for=20se?= =?UTF-8?q?arching=20(Non-ICU)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 --- 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.30.2