View | Details | Raw Unified | Return to bug 3580
Collapse All | Expand All

(-)a/opac/opac-search.pl (-1 / +1 lines)
Lines 426-431 if ($facets) { Link Here
426
    foreach my $f (@$facets) {
426
    foreach my $f (@$facets) {
427
        $f->{facets} = [ sort { uc($a->{facet_title_value}) cmp uc($b->{facet_title_value}) } @{ $f->{facets} } ];
427
        $f->{facets} = [ sort { uc($a->{facet_title_value}) cmp uc($b->{facet_title_value}) } @{ $f->{facets} } ];
428
    }
428
    }
429
    @$facets = sort {$a->{expand} cmp $b->{expand}} @$facets;
429
}
430
}
430
431
431
# use Data::Dumper; print STDERR "-" x 25, "\n", Dumper($results_hashref);
432
# use Data::Dumper; print STDERR "-" x 25, "\n", Dumper($results_hashref);
432
- 

Return to bug 3580