http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14716
Mason James <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |.gov.au --- Comment #12 from Mason James <[email protected]> --- (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? also, its not just the semicolon that is a problem character, its any character *other* than these... !'()*-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ so, we would have to remove all other characters from all search terms, using that method its patch provides a general xslt solution to correctly encode problem characters within a url -- 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/
