[Koha-bugs] [Bug 14716] opac-detail.pl -- Series link fails when series title ends with semicolon preceded by space.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Dec 12 08:18:00 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14716

--- Comment #13 from Mason James <mtj at kohaaloha.com> ---
(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.


More information about the Koha-bugs mailing list