From 07ec17d02f10d76c3aae2c27bb0ca3c9e1282b48 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Mon, 11 May 2009 16:51:46 +0200 Subject: [PATCH] add windows quote to ignored chars MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch add the CP1252 "quote" (’) in ignored chars in zebra configuration. Signed-off-by: Galen Charlton --- etc/zebradb/etc/word-phrase-utf.chr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr index a896f5ece4..3268c6269a 100644 --- a/etc/zebradb/etc/word-phrase-utf.chr +++ b/etc/zebradb/etc/word-phrase-utf.chr @@ -9,7 +9,7 @@ lowercase {0-9}{a-z} uppercase {0-9}{A-Z} # Breaking characters -space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~ +space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~’ # Characters to be considered equivalent for searching purposes equivalent aáàãåâăąȧǎȁȃ -- 2.39.5