[Koha-bugs] [Bug 17134] Facet's area shows itemtypes' code instead of item' s description

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 18 11:53:32 CET 2017


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

--- Comment #24 from Claudio <costalc at gmail.com> ---
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.


More information about the Koha-bugs mailing list