[Koha-bugs] [Bug 20458] Improper substitution of QUERY_KW in opac/opac-search.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 21 17:50:21 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20458

--- Comment #1 from Barton Chittenden <barton at bywatersolutions.com> ---
We should probably do a case insensitive search:

(my $query_kw=$query_desc)=~s/ (and|or) / /gi;

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list