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 1119-1137 sort3 7=3 Link Here
1119
1119
1120
###################################################
1120
###################################################
1121
# Rules for a few bath atts
1121
# Rules for a few bath atts
1122
keyTitle         = 1=33
1122
# For recent changes in this section, see Bugzilla #3735
1123
possessingInstitution    = 1=1044
1123
#keyTitle 1=33
1124
name             = 1=1002
1124
#possessingInstitution 1=1044
1125
personalName     = 1=1
1125
name 1=1002
1126
corporateName    = 1=2
1126
#personalName 1=1
1127
conferenceName   = 1=3
1127
#corporateName 1=2
1128
uniformTitle     = 1=6
1128
#conferenceName 1=3
1129
isbn             = 1=7
1129
#uniformTitle 1=6
1130
issn             = 1=8
1130
isbn 1=7
1131
geographicName   = 1=58
1131
issn 1=8
1132
notes            = 1=63
1132
#geographicName 1=58
1133
topicalSubject   = 1=1079
1133
notes 1=63
1134
genreForm        = 1=1075
1134
#topicalSubject 1=1079
1135
#genreForm 1=1075
1135
1136
1136
###################################################
1137
###################################################
1137
# Rules for a few GILS fields
1138
# Rules for a few GILS fields
1138
- 

Return to bug 3735