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

Wagner, Jane jwagner at ptfs.com
Mon May 11 19:55:17 CEST 2009


This reminds me of a problem I've seen, but haven't yet researched.  You can't search for a title with a colon in it (e.g., 3:10 to Yuma) or, I think, a question mark.  If you remove the colon or question mark, you can search them.  Would the file modified in this patch be where those fixes would be made?

Jane Wagner
Library Systems Analyst
PTFS Inc.
Content Management and Library Solutions
6400 Goldsboro Road, Suite 200
Bethesda, MD  20817
(301) 654-8088 x 151
jwagner at ptfs.com


-----Original Message-----
From: koha-patches-bounces at lists.koha.org [mailto:koha-patches-bounces at lists.koha.org] On Behalf Of Nahuel ANGELINETTI
Sent: Monday, May 11, 2009 10:52 AM
To: patches at koha.org
Subject: [Koha-patches] [PATCH] add windows quote to ignored chars

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

_______________________________________________
Koha-patches mailing list
Koha-patches at lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-patches


More information about the Koha-patches mailing list