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

(-)a/C4/Koha.pm (-4 / +3 lines)
Lines 687-705 sub getFacets { Link Here
687
            {
687
            {
688
                idx   => 'su-to',
688
                idx   => 'su-to',
689
                label => 'Topics',
689
                label => 'Topics',
690
                tags  => [ qw/ 600a 601a 602a 603a 604a 605a 606ax 610a/ ],
690
                tags  => [ qw/ 600ab 601ab 602a 604at 605a 606ax 610a / ],
691
                sep   => ' - ',
691
                sep   => ' - ',
692
            },
692
            },
693
            {
693
            {
694
                idx   => 'su-geo',
694
                idx   => 'su-geo',
695
                label => 'Places',
695
                label => 'Places',
696
                tags  => [ qw/ 651a / ],
696
                tags  => [ qw/ 607a / ],
697
                sep   => ' - ',
697
                sep   => ' - ',
698
            },
698
            },
699
            {
699
            {
700
                idx   => 'su-ut',
700
                idx   => 'su-ut',
701
                label => 'Titles',
701
                label => 'Titles',
702
                tags  => [ qw/ 500a 501a 502a 503a 504a / ],
702
                tags  => [ qw/ 500a 501a 503a / ],
703
                sep   => ', ',
703
                sep   => ', ',
704
            },
704
            },
705
            {
705
            {
706
- 

Return to bug 8958