From 9f237a19110b16f1bd73e68f1b1ce3217d2cb94f 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 Signed-off-by: Henri-Damien LAURENT --- 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.20.1