From d10536dfdcb54e6c11b075ad881447982a95217c Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 19 Nov 2019 11:26:01 +0200 Subject: [PATCH] Bug 24063: Add Sami language characters to Zebra MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some Sami languages need few more characters to be mapped, or are otherwise very hard to search for. Test plan: 1) Catalogue a new record with title "Ǩoǯeŋa" 2) Make sure zebra indexed that record, then try to search for it with the text "kozena" 3) Apply patch 4) Redo 2, now the record should be found. Signed-off-by: Pasi Kallinen Signed-off-by: Katrin Fischer --- etc/zebradb/etc/word-phrase-utf.chr | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr index a63714eca9..8619f6430c 100644 --- a/etc/zebradb/etc/word-phrase-utf.chr +++ b/etc/zebradb/etc/word-phrase-utf.chr @@ -219,6 +219,8 @@ map ṉ n map Ṉ n map ṇ n map Ṇ n +map Ŋ n +map ŋ n # T map ṭ t map Ṭ t @@ -263,6 +265,8 @@ map ƶ z map Ƶ z map Ž z map ž z +map Ǯ z +map ǯ z #C map ç c map Ç c @@ -290,6 +294,8 @@ map ḵ k map Ḵ k map Ḱ k map ḱ k +map Ǩ k +map ǩ k # Y map ý y map Ý y -- 2.17.1