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

(-)a/etc/zebradb/biblios/etc/bib1.att (-2 / +2 lines)
Lines 53-59 att 47 Subject-subdivision Link Here
53
att 48    Number-natl-biblio
53
att 48    Number-natl-biblio
54
att 49    Number-legal-deposit
54
att 49    Number-legal-deposit
55
att 50    Number-govt-pub
55
att 50    Number-govt-pub
56
att 51    Music-number
56
att 51    Identifier-publisher-for-music
57
att 52    Number-db
57
att 52    Number-db
58
att 53    Number-local-call
58
att 53    Number-local-call
59
att 54    ln
59
att 54    ln
Lines 80-86 att 1008 Subject-LC-childrens Link Here
80
att 1009    Subject-name-personal
80
att 1009    Subject-name-personal
81
att 1010    Body-of-text
81
att 1010    Body-of-text
82
att 1011    date-entered-on-file
82
att 1011    date-entered-on-file
83
att 1012    Date-time-last-modified
83
att 1012    Date/time-last-modified
84
att 1013    Authority/format-id
84
att 1013    Authority/format-id
85
att 1014    Concept-text
85
att 1014    Concept-text
86
att 1015    Concept-reference
86
att 1015    Concept-reference
(-)a/etc/zebradb/ccl.properties (-4 / +5 lines)
Lines 350-356 acqdate Date-of-acquisition Link Here
350
350
351
#Date/time last       1012  The date and time a record      005
351
#Date/time last       1012  The date and time a record      005
352
#modified                   was last updated.
352
#modified                   was last updated.
353
Date-time-last-modified       1=1012
353
Date/time-last-modified       1=1012
354
354
355
#Identifier--         1013  Used in full-text searching
355
#Identifier--         1013  Used in full-text searching
356
#authority/format           to indicate to the target
356
#authority/format           to indicate to the target
Lines 420-428 issn ISSN Link Here
420
#Identifier-publisher-  51  A formatted number assigned     028
420
#Identifier-publisher-  51  A formatted number assigned     028
421
#for-music                  by a publisher to a sound
421
#for-music                  by a publisher to a sound
422
#                           recording or to printed music.
422
#                           recording or to printed music.
423
Music-number 1=51
423
Identifier-publisher-for-music 1=51
424
Number-music-publisher Music-number
424
Music-number Identifier-publisher-for-music
425
music Music-number
425
Number-music-publisher Identifier-publisher-for-music
426
music Identifier-publisher-for-music
426
427
427
#Identifier-report    1027  A report number assigned to     027, 088
428
#Identifier-report    1027  A report number assigned to     027, 088
428
#                           the item. This number could be
429
#                           the item. This number could be
(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml (-4 / +4 lines)
Lines 123-136 Link Here
123
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="040" subfields="z">
123
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="040" subfields="z">
124
    <target_index>Identifier-standard:w</target_index>
124
    <target_index>Identifier-standard:w</target_index>
125
  </index_subfields>
125
  </index_subfields>
126
  <!--record.abs line 75: melm 071$a	    Music-number:w,Identifier-standard:w-->
126
  <!--record.abs line 75: melm 071$a	    Identifier-publisher-for-music:w,Identifier-standard:w-->
127
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="071" subfields="a">
127
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="071" subfields="a">
128
    <target_index>Music-number:w</target_index>
128
    <target_index>Identifier-publisher-for-music:w</target_index>
129
    <target_index>Identifier-standard:w</target_index>
129
    <target_index>Identifier-standard:w</target_index>
130
  </index_subfields>
130
  </index_subfields>
131
  <!--record.abs line 76: melm 071$z	    Music-number:w,Identifier-standard:w-->
131
  <!--record.abs line 76: melm 071$z	    Identifier-publisher-for-music:w,Identifier-standard:w-->
132
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="071" subfields="z">
132
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="071" subfields="z">
133
    <target_index>Music-number:w</target_index>
133
    <target_index>Identifier-publisher-for-music:w</target_index>
134
    <target_index>Identifier-standard:w</target_index>
134
    <target_index>Identifier-standard:w</target_index>
135
  </index_subfields>
135
  </index_subfields>
136
  <!--record.abs line 77: melm 071$b	    Publisher,Publisher:p-->
136
  <!--record.abs line 77: melm 071$b	    Publisher,Publisher:p-->
(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl (-2 / +2 lines)
Lines 250-263 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
250
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='071']">
250
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='071']">
251
    <xslo:for-each select="marc:subfield">
251
    <xslo:for-each select="marc:subfield">
252
      <xslo:if test="contains('a', @code)">
252
      <xslo:if test="contains('a', @code)">
253
        <z:index name="Music-number:w Identifier-standard:w">
253
        <z:index name="Identifier-publisher-for-music:w Identifier-standard:w">
254
          <xslo:value-of select="."/>
254
          <xslo:value-of select="."/>
255
        </z:index>
255
        </z:index>
256
      </xslo:if>
256
      </xslo:if>
257
    </xslo:for-each>
257
    </xslo:for-each>
258
    <xslo:for-each select="marc:subfield">
258
    <xslo:for-each select="marc:subfield">
259
      <xslo:if test="contains('z', @code)">
259
      <xslo:if test="contains('z', @code)">
260
        <z:index name="Music-number:w Identifier-standard:w">
260
        <z:index name="Identifier-publisher-for-music:w Identifier-standard:w">
261
          <xslo:value-of select="."/>
261
          <xslo:value-of select="."/>
262
        </z:index>
262
        </z:index>
263
      </xslo:if>
263
      </xslo:if>
(-)a/etc/zebradb/marc_defs/unimarc/biblios/record.abs (-4 / +3 lines)
Lines 27-33 melm 001 Local-number,Local-number:n Link Here
27
melm 009      Identifier-standard:w,Identifier-standard:n
27
melm 009      Identifier-standard:w,Identifier-standard:n
28
melm 090$9      Local-number,Local-number:n
28
melm 090$9      Local-number,Local-number:n
29
melm 099$c      date-entered-on-file:s,date-entered-on-file:n,date-entered-on-file:y,Date-of-acquisition,Date-of-acquisition:d,Date-of-acquisition:s
29
melm 099$c      date-entered-on-file:s,date-entered-on-file:n,date-entered-on-file:y,Date-of-acquisition,Date-of-acquisition:d,Date-of-acquisition:s
30
melm 099$d      Date-time-last-modified:s,Date-time-last-modified:n,Date-time-last-modified:y
30
melm 099$d      Date/time-last-modified:s,Date/time-last-modified:n,Date/time-last-modified:y
31
melm 099$t      ccode:w
31
melm 099$t      ccode:w
32
32
33
# ISBN
33
# ISBN
Lines 72-79 melm 017$z Identifier-standard:w Link Here
72
melm 040$a    Identifier-standard:w
72
melm 040$a    Identifier-standard:w
73
melm 040$z    Identifier-standard:w
73
melm 040$z    Identifier-standard:w
74
# Publisher's number (for music)
74
# Publisher's number (for music)
75
melm 071$a	    Music-number:w,Identifier-standard:w
75
melm 071$a    Identifier-publisher-for-music:w,Identifier-standard:w
76
melm 071$z	    Music-number:w,Identifier-standard:w
76
melm 071$z    Identifier-publisher-for-music:w,Identifier-standard:w
77
melm 071$b	    Publisher,Publisher:p
77
melm 071$b	    Publisher,Publisher:p
78
# UPC
78
# UPC
79
melm 072$a  	UPC:w,Identifier-standard:w
79
melm 072$a  	UPC:w,Identifier-standard:w
80
- 

Return to bug 8252