http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14716
--- Comment #13 from Mason James <[email protected]> --- (In reply to Mason James from comment #11) > (In reply to Katrin Fischer from comment #10) > > Hm, wondering - why not remove the semicolon from the search term as we do > > in other places? > > Hmmm... why remove characters from a search term, when you have a working > solution that allows those characters to be used? > > I think this solution is better Cait, its not just the semicolon character that is causing a problem, here afaict, its any char thats *not* the following... <!-- Characters that usually don't need to be escaped --> !'()*-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz- so, your solution would require us to remove all those problem chars from a 'search term', rather than using a technique that correctly url-encodes them all If you are happy with my explaination, please change the status back to signed-off -- You are receiving this mail because: 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/
