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

(-)a/C4/Search.pm (+1 lines)
Lines 986-991 sub getIndexes{ Link Here
986
                    'Koha-Auth-Number',
986
                    'Koha-Auth-Number',
987
                    'l-format',
987
                    'l-format',
988
                    'language',
988
                    'language',
989
                    'language-original',
989
                    'lc-card',
990
                    'lc-card',
990
                    'LC-card-number',
991
                    'LC-card-number',
991
                    'lcn',
992
                    'lcn',
(-)a/etc/zebradb/biblios/etc/bib1.att (-1 / +1 lines)
Lines 162-168 att 1091 Identifier-ISRC Link Here
162
att 1092    Identifier-ISMN
162
att 1092    Identifier-ISMN
163
att 1093    Identifier-ISRN
163
att 1093    Identifier-ISRN
164
att 1094    Identifier-DOI
164
att 1094    Identifier-DOI
165
att 1095    Code-language-original
165
att 1095    language-original
166
att 1096    Title-later
166
att 1096    Title-later
167
167
168
att 1185    Performer
168
att 1185    Performer
(-)a/etc/zebradb/ccl.properties (+5 lines)
Lines 254-259 Code-institution 1=56 Link Here
254
language 1=54
254
language 1=54
255
ln language
255
ln language
256
256
257
#
258
#Code-language-original 1095 A code that indicates the       MARC21 041$h
259
#                           original language of the item.   UNIMARC 101$c
260
language-original 1=1095
261
257
#Code-map-scale       1024  Coded form of cartographic      034
262
#Code-map-scale       1024  Coded form of cartographic      034
258
#                           mathematical data, including
263
#                           mathematical data, including
259
#                           scale, projection and/or
264
#                           scale, projection and/or
(-)a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml (+4 lines)
Lines 186-191 Link Here
186
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="041" subfields="e">
186
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="041" subfields="e">
187
    <target_index>ln:w</target_index>
187
    <target_index>ln:w</target_index>
188
  </index_subfields>
188
  </index_subfields>
189
  <!--record.abs melm 041$h      language-original-->
190
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="041" subfields="h">
191
    <target_index>language-original:w</target_index>
192
  </index_subfields>
189
  <!--record.abs line 73: melm 041$j      ln-->
193
  <!--record.abs line 73: melm 041$j      ln-->
190
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="041" subfields="j">
194
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="041" subfields="j">
191
    <target_index>ln:w</target_index>
195
    <target_index>ln:w</target_index>
(-)a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl (+7 lines)
Lines 180-185 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
180
      </xslo:if>
180
      </xslo:if>
181
    </xslo:for-each>
181
    </xslo:for-each>
182
    <xslo:for-each select="marc:subfield">
182
    <xslo:for-each select="marc:subfield">
183
      <xslo:if test="contains('h', @code)">
184
        <z:index name="language-original:w">
185
          <xslo:value-of select="."/>
186
        </z:index>
187
      </xslo:if>
188
    </xslo:for-each>
189
    <xslo:for-each select="marc:subfield">
183
      <xslo:if test="contains('j', @code)">
190
      <xslo:if test="contains('j', @code)">
184
        <z:index name="ln:w">
191
        <z:index name="ln:w">
185
          <xslo:value-of select="."/>
192
          <xslo:value-of select="."/>
(-)a/etc/zebradb/marc_defs/marc21/biblios/record.abs (+1 lines)
Lines 78-83 melm 040 Code-institution,Record-source Link Here
78
melm 041$a      ln
78
melm 041$a      ln
79
melm 041$d      ln
79
melm 041$d      ln
80
melm 041$e      ln
80
melm 041$e      ln
81
melm 041$h      language-original
81
melm 041$j      ln
82
melm 041$j      ln
82
melm 043        Code-geographic
83
melm 043        Code-geographic
83
#melm 046       pubdate
84
#melm 046       pubdate
(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml (+4 lines)
Lines 206-211 Link Here
206
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="101" subfields="a">
206
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="101" subfields="a">
207
    <target_index>ln:w</target_index>
207
    <target_index>ln:w</target_index>
208
  </index_subfields>
208
  </index_subfields>
209
  <!--record.abs line 49: melm 101$h     language-original-->
210
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="101" subfields="c">
211
    <target_index>language-original:w</target_index>
212
  </index_subfields>
209
  <!--record.abs line 50: melm 102$a     Country-heading-->
213
  <!--record.abs line 50: melm 102$a     Country-heading-->
210
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="102" subfields="a">
214
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="102" subfields="a">
211
    <target_index>Country-publication:w</target_index>
215
    <target_index>Country-publication:w</target_index>
(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl (+9 lines)
Lines 542-547 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
542
      </xslo:if>
542
      </xslo:if>
543
    </xslo:for-each>
543
    </xslo:for-each>
544
  </xslo:template>
544
  </xslo:template>
545
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='101']">
546
    <xslo:for-each select="marc:subfield">
547
      <xslo:if test="contains('c', @code)">
548
        <z:index name="language-original:w">
549
          <xslo:value-of select="."/>
550
        </z:index>
551
      </xslo:if>
552
    </xslo:for-each>
553
  </xslo:template>
545
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='102']">
554
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='102']">
546
    <xslo:for-each select="marc:subfield">
555
    <xslo:for-each select="marc:subfield">
547
      <xslo:if test="contains('a', @code)">
556
      <xslo:if test="contains('a', @code)">
(-)a/etc/zebradb/marc_defs/unimarc/biblios/record.abs (-1 / +1 lines)
Lines 104-109 melm 995$r itemtype:w,itemtype:p,itype:w,itype:p Link Here
104
# Script of title                       2                       34-35
104
# Script of title                       2                       34-35
105
melm 100$a     tpubdate:s:range(data,8,1),ta:w:range(data,17,1),ta:w:range(data,18,1),ta:w:range(data,19,1),Modified-code:n:range(data,21,1),char-encoding:n:range(data,26,2),char-encoding:n:range(data,28,2),char-encoding:n:range(data,30,2),script-Title:n:range(data,34,2)
105
melm 100$a     tpubdate:s:range(data,8,1),ta:w:range(data,17,1),ta:w:range(data,18,1),ta:w:range(data,19,1),Modified-code:n:range(data,21,1),char-encoding:n:range(data,26,2),char-encoding:n:range(data,28,2),char-encoding:n:range(data,30,2),script-Title:n:range(data,34,2)
106
melm 101$a     ln
106
melm 101$a     ln
107
melm 101$c     language-original
107
melm 102$a     Country-publication
108
melm 102$a     Country-publication
108
109
109
# Field 105 Description
110
# Field 105 Description
110
- 

Return to bug 9940