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

(-)a/C4/Search.pm (-1 / +4 lines)
Lines 993-998 sub getIndexes{ Link Here
993
                    'bio',
993
                    'bio',
994
                    'biography',
994
                    'biography',
995
                    'callnum',
995
                    'callnum',
996
		    'carrier-type',
996
                    'cfn',
997
                    'cfn',
997
                    'Chronological-subdivision',
998
                    'Chronological-subdivision',
998
                    'cn-bib-source',
999
                    'cn-bib-source',
Lines 1024-1033 sub getIndexes{ Link Here
1024
                    'Date-of-publication',
1025
                    'Date-of-publication',
1025
                    'Date-time-last-modified',
1026
                    'Date-time-last-modified',
1026
                    'Dewey-classification',
1027
                    'Dewey-classification',
1028
		    'Digital-content',
1027
                    'Dissertation-information',
1029
                    'Dissertation-information',
1028
                    'diss',
1030
                    'diss',
1029
                    'dtlm',
1031
                    'dtlm',
1030
                    'EAN',
1032
                    'EAN',
1033
		    'Electronic-resource',
1031
                    'extent',
1034
                    'extent',
1032
                    'fic',
1035
                    'fic',
1033
                    'fiction',
1036
                    'fiction',
Lines 1042-1047 sub getIndexes{ Link Here
1042
                    'Host-item',
1045
                    'Host-item',
1043
                    'id-other',
1046
                    'id-other',
1044
                    'ident',
1047
                    'ident',
1048
		    'Identifier-persistent',
1045
                    'Identifier-standard',
1049
                    'Identifier-standard',
1046
                    'Illustration-code',
1050
                    'Illustration-code',
1047
                    'Index-term-genre',
1051
                    'Index-term-genre',
1048
- 

Return to bug 6473