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

(-)a/C4/Search.pm (+4 lines)
Lines 855-861 sub getIndexes{ Link Here
855
                    'id-other',
855
                    'id-other',
856
                    'Illustration-code',
856
                    'Illustration-code',
857
                    'ISBN',
857
                    'ISBN',
858
                    'isbn',
858
                    'ISSN',
859
                    'ISSN',
860
                    'issn',
859
                    'itemtype',
861
                    'itemtype',
860
                    'kw',
862
                    'kw',
861
                    'Koha-Auth-Number',
863
                    'Koha-Auth-Number',
Lines 874-885 sub getIndexes{ Link Here
874
                    'mc-itemtype',
876
                    'mc-itemtype',
875
                    'mc-rtype',
877
                    'mc-rtype',
876
                    'mus',
878
                    'mus',
879
                    'name',
877
                    'Name-geographic',
880
                    'Name-geographic',
878
                    'Name-geographic-heading',
881
                    'Name-geographic-heading',
879
                    'Name-geographic-see',
882
                    'Name-geographic-see',
880
                    'Name-geographic-seealso',
883
                    'Name-geographic-seealso',
881
                    'nb',
884
                    'nb',
882
                    'Note',
885
                    'Note',
886
                    'notes',
883
                    'ns',
887
                    'ns',
884
                    'nt',
888
                    'nt',
885
                    'pb',
889
                    'pb',
(-)a/etc/zebradb/ccl.properties (-14 / +14 lines)
Lines 1115-1133 sort3 7=3 Link Here
1115
1115
1116
###################################################
1116
###################################################
1117
# Rules for a few bath atts
1117
# Rules for a few bath atts
1118
keyTitle         = 1=33
1118
# For recent changes in this section, see Bugzilla #3735
1119
possessingInstitution    = 1=1044
1119
#keyTitle 1=33
1120
name             = 1=1002
1120
#possessingInstitution 1=1044
1121
personalName     = 1=1
1121
name 1=1002
1122
corporateName    = 1=2
1122
#personalName 1=1
1123
conferenceName   = 1=3
1123
#corporateName 1=2
1124
uniformTitle     = 1=6
1124
#conferenceName 1=3
1125
isbn             = 1=7
1125
#uniformTitle 1=6
1126
issn             = 1=8
1126
isbn 1=7
1127
geographicName   = 1=58
1127
issn 1=8
1128
notes            = 1=63
1128
#geographicName 1=58
1129
topicalSubject   = 1=1079
1129
notes 1=63
1130
genreForm        = 1=1075
1130
#topicalSubject 1=1079
1131
#genreForm 1=1075
1131
1132
1132
###################################################
1133
###################################################
1133
# Rules for a few GILS fields
1134
# Rules for a few GILS fields
1134
- 

Return to bug 3735