[Patches] [PATCH] Bug 2629 - Diacritics not being ignored when searching

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Thu Dec 1 03:05:03 NZDT 2011


From: Albert Oller <root at ThinkPad-W520.localdomain>
Date: Tue, 29 Nov 2011 19:16:51 -0500
Subject: [PATCH] Bug 2629 - Diacritics not being ignored when searching

/etc/zebradb/etc/word-phrase-utf.chr
added Cc miniscule and Cc circumflex; added Kk acute accent.
---
 etc/zebradb/etc/word-phrase-utf.chr |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr
index 6fbab70..29b8757 100644
--- a/etc/zebradb/etc/word-phrase-utf.chr
+++ b/etc/zebradb/etc/word-phrase-utf.chr
@@ -260,6 +260,10 @@ map č			c
 map Č			c
 map ȼ			c
 map Ȼ			c
+map Ċ                   c
+map ċ                   c
+map Ĉ                   c
+map ĉ                   c
 # G 
 map ǥ			g
 map Ǥ			g
@@ -272,6 +276,8 @@ map Ğ			g
 # K 
 map ḵ			k
 map Ḵ			k
+map Ḱ			k
+map ḱ			k
 # Y  
 map ý			y
 map Ý			y
@@ -308,4 +314,3 @@ map (^\[S\.d\.\])   @
 map (^\[SD\])       @
 map (^\[S\.D\.\])   @
 map (\x88.*\x89))   @
-
-- 
1.7.2.5




More information about the Patches mailing list