[Koha-bugs] [Bug 17531] Search categories for itemtypes broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 15 08:36:42 CET 2016


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I don't think it's more broken than when it has been pushed.
If you select a term, you will get results. I only get no result when I select
the item type group as unique filter.

It's caused by:
 110 elsif ((@params>=1) || ($cgi->param("q")) ||
($cgi->param('multibranchlimit')) || ($cgi->param('limit-yr')) ) {
 111     $template_name = 'opac-results.tt';
 112 }

Which won't set the result page if searchcat (only) is passed.

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


More information about the Koha-bugs mailing list