Bugzilla – Attachment #30001: Bug 11944: Facets and resort for
bug #11944
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 11944
Collapse All
|
Expand All
(-)
a/C4/Search.pm (-1 / +2 lines)
Lines 517-522 sub getRecords {
Link Here
517
next;
517
next;
518
}
518
}
519
519
520
SetUTF8Flag($marc_record);
521
520
my @used_datas = ();
522
my @used_datas = ();
521
523
522
foreach my $tag ( @{ $facet->{tags} } ) {
524
foreach my $tag ( @{ $facet->{tags} } ) {
523
-
Return to
bug 11944