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

(-)a/C4/Search.pm (+3 lines)
Lines 865-870 sub getIndexes{ Link Here
865
                    'Date-of-acquisition',
865
                    'Date-of-acquisition',
866
                    'Date-of-publication',
866
                    'Date-of-publication',
867
                    'Dewey-classification',
867
                    'Dewey-classification',
868
                    'EAN',
868
                    'extent',
869
                    'extent',
869
                    'fic',
870
                    'fic',
870
                    'fiction',
871
                    'fiction',
Lines 902-907 sub getIndexes{ Link Here
902
                    'mc-rtype',
903
                    'mc-rtype',
903
                    'mus',
904
                    'mus',
904
                    'name',
905
                    'name',
906
                    'Music-number',
905
                    'Name-geographic',
907
                    'Name-geographic',
906
                    'Name-geographic-heading',
908
                    'Name-geographic-heading',
907
                    'Name-geographic-see',
909
                    'Name-geographic-see',
Lines 943-948 sub getIndexes{ Link Here
943
                    'su-to',
945
                    'su-to',
944
                    'su-ut',
946
                    'su-ut',
945
                    'ut',
947
                    'ut',
948
                    'UPC',
946
                    'Term-genre-form',
949
                    'Term-genre-form',
947
                    'Term-genre-form-heading',
950
                    'Term-genre-form-heading',
948
                    'Term-genre-form-see',
951
                    'Term-genre-form-see',
(-)a/etc/zebradb/ccl.properties (+6 lines)
Lines 438-443 ns ISSN Link Here
438
#
438
#
439
#Identifier-stock     1028  A stock number that could be    037
439
#Identifier-stock     1028  A stock number that could be    037
440
#                           used for ordering the item.
440
#                           used for ordering the item.
441
Identifier-standard  1=1007 4=6
442
ident Identifier-standard
443
upc 1=UPC
444
ean 1=EAN
445
music 1=Music-number
446
441
Stock-number 1=1028
447
Stock-number 1=1028
442
448
443
#Identifier-thematic  1030  The numeric designation for a   $n in the following:
449
#Identifier-thematic  1030  The numeric designation for a   $n in the following:
(-)a/etc/zebradb/marc_defs/unimarc/biblios/record.abs (-1 / +4 lines)
Lines 39-44 melm 011$y ISSN:w,Identifier-standard:w Link Here
39
# wrong ISSN
39
# wrong ISSN
40
melm 011$z    ISSN:w,Identifier-standard:w
40
melm 011$z    ISSN:w,Identifier-standard:w
41
41
42
melm 071$a	    Music-number:w,Identifier-standard:w
43
melm 072$a  	UPC:w,Identifier-standard:w
44
melm 073$a	    EAN:w,Identifier-standard:w
45
42
melm 200$b      itemtype:w,itype:w
46
melm 200$b      itemtype:w,itype:w
43
melm 995$r      itemtype:w,itype:w
47
melm 995$r      itemtype:w,itype:w
44
48
45
- 

Return to bug 5631