@@ -, +, @@ query result count is off --- C4/Search.pm | 5 ----- 1 file changed, 5 deletions(-) --- a/C4/Search.pm +++ a/C4/Search.pm @@ -1884,11 +1884,6 @@ sub searchResults { } } # notforloan, item level and biblioitem level - # if all items are hidden, do not show the record - if ($items_count > 0 && $hideatopac_count == $items_count) { - next; - } - my ( $availableitemscount, $onloanitemscount, $otheritemscount ); for my $key ( sort keys %$onloan_items ) { (++$onloanitemscount > $maxitems) and last; --