http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6098
--- Comment #3 from Fridolyn SOMERS <[email protected]> 2011-05-03 14:42:10 UTC --- (In reply to comment #2) > Isn't this bug already solved in current > /etc/zebradb/etc/word-phrase-utf.chr file. > > We have at the end of the file: > > map (\x88.*\x89)) @ Indeed, This line should remove from indexation all characters (regexp ".*") between "\x88" and "\x89". Unfortunately, I have tested a lot, is doesn't work. It seems that Zebra understands in "map" only a few elements of regexp syntaxe like "\s". It is impossible tu define a unknown number of characters. Maybe it is limited to avoid a catastrophic indexing performance. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
