[Koha-bugs] [Bug 27546] Add option to search within results on the staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 26 01:52:06 CEST 2022


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

--- Comment #23 from David Cook <dcook at prosentient.com.au> ---
(In reply to Fridolin Somers from comment #22)
> +            window.location.href = "/cgi-bin/koha/catalogue/search.pl?[%
> query_cgi | $raw %]&[% limit_cgi | $raw %]&[% sort_cgi | $raw
> %]&limit="+index+$("#refiner").val();
> Arf we must URI-espace $("#refiner").val() no ?

100% needs an escape_str() there to prevent XSS.

Great catch, Frido!

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


More information about the Koha-bugs mailing list