@@ -, +, @@ --- C4/Search.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/Search.pm +++ a/C4/Search.pm @@ -599,7 +599,6 @@ sub getRecords { foreach my $f (@facets_loop) { $f->{facets} = [ sort { uc($a->{facet_label_value}) cmp uc($b->{facet_label_value}) } @{ $f->{facets} } ]; } - @facets_loop = sort {defined $a->{expand} && defined $b->{expand} && $a->{expand} cmp $b->{expand}} @facets_loop; } return ( undef, $results_hashref, \@facets_loop ); --