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

(-)a/C4/Koha.pm (-6 / +5 lines)
Lines 687-717 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 601abcdef 602a 604at 605a 606ax 608a 610a 616a / ],
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
                idx   => 'au',
706
                idx   => 'au',
707
                label => 'Authors',
707
                label => 'Authors',
708
                tags  => [ qw/ 700ab 701ab 702ab / ],
708
                tags  => [ qw/ 700ab 701ab 702ab 710abcdef 711abcdef 712abcdef 716a 720a 721a 722a / ],
709
                sep   => ', ',
709
                sep   => ', ',
710
            },
710
            },
711
            {
711
            {
712
                idx   => 'se',
712
                idx   => 'se',
713
                label => 'Series',
713
                label => 'Series',
714
                tags  => [ qw/ 225a / ],
714
                tags  => [ qw/ 410t / ],
715
                sep   => ', ',
715
                sep   => ', ',
716
            },
716
            },
717
            ];
717
            ];
718
- 

Return to bug 8958