[Koha-patches] [PATCH] add windows quote to ignored chars

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Mon May 11 16:51:46 CEST 2009


This patch add the CP1252 "quote" (’) in ignored chars in zebra configuration.
---
 etc/zebradb/etc/word-phrase-utf.chr |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr
index 465bdf0..7b98b28 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áàãåâăąȧǎȁȃ
-- 
1.6.0.4




More information about the Koha-patches mailing list