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

--- Comment #24 from Claudio <[email protected]> ---
Line 614 in /usr/share/koha/opac/cgi-bin/opac/opac-search.pl:


        ($error, $results_hashref, $facets) =
$searcher->search_compat($query,$simple_query,\@sort_by,\@servers,$results_per_page,$offset,$expanded_facet,undef,$itemtypes,$query_type,$scan,1);


 should be replaced by this:

        ($error, $results_hashref, $facets) =
$searcher->search_compat($query,$simple_query,\@sort_by,\@servers,$results_per_page,$offset,$expanded_facet,undef,$itemtypes_nocategory,$query_type,$scan,1);




======
Tested in 16.11.01

-- 
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/

Reply via email to