@@ -, +, @@ --- C4/Koha.pm | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) --- a/C4/Koha.pm +++ a/C4/Koha.pm @@ -684,7 +684,7 @@ sub getFacets { if ( C4::Context->preference("marcflavour") eq "UNIMARC" ) { $facets = [ { - idx => 'su-to', + idx => 'su-to,wrdl', label => 'Topics', tags => [ qw/ 600a 601a 602a 603a 604a 605a 606ax 610a/ ], sep => ' - ', @@ -696,19 +696,19 @@ sub getFacets { sep => ' - ', }, { - idx => 'su-ut', + idx => 'su-ut,wrdl', label => 'Titles', tags => [ qw/ 500a 501a 502a 503a 504a / ], sep => ', ', }, { - idx => 'au', + idx => 'au,wrdl', label => 'Authors', tags => [ qw/ 700ab 701ab 702ab / ], sep => ', ', }, { - idx => 'se', + idx => 'se,wrdl', label => 'Series', tags => [ qw/ 225a / ], sep => ', ', --