http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5534
Ian Walls <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls@bywatersolutions. | |com --- Comment #1 from Ian Walls <[email protected]> 2011-12-02 21:14:17 UTC --- Unfortunately, the Zebra charmap files do not have a command for mapping a character to 'null'. Right now, apostrophe is mapped to 'space', which serves to break up words. So searching for "harrison's internal" searches for three words: "harrison", "s" and "internal". We may be able to explicitly map "'s" to "s"... but then we'd need to do that for EVERY possible case where apostrophe is used.... ICU might fix this yeah? -- 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. You are watching all bug changes. _______________________________________________ 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/
