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

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

Return to bug 3580