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

(-)a/C4/Search.pm (+1 lines)
Lines 984-989 sub getIndexes{ Link Here
984
                    'Koha-Auth-Number',
984
                    'Koha-Auth-Number',
985
                    'l-format',
985
                    'l-format',
986
                    'language',
986
                    'language',
987
                    'language-original',
987
                    'lc-card',
988
                    'lc-card',
988
                    'LC-card-number',
989
                    'LC-card-number',
989
                    'lcn',
990
                    '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 189-194 Link Here
189
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="101" subfields="a">
189
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="101" subfields="a">
190
    <target_index>ln:w</target_index>
190
    <target_index>ln:w</target_index>
191
  </index_subfields>
191
  </index_subfields>
192
  <!--record.abs line 49: melm 101$h     language-original-->
193
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="101" subfields="c">
194
    <target_index>language-original:w</target_index>
195
  </index_subfields>
192
  <!--record.abs line 50: melm 102$a     Country-heading-->
196
  <!--record.abs line 50: melm 102$a     Country-heading-->
193
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="102" subfields="a">
197
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="102" subfields="a">
194
    <target_index>Country-heading:w</target_index>
198
    <target_index>Country-heading:w</target_index>
(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl (+9 lines)
Lines 471-476 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
471
      </xslo:if>
471
      </xslo:if>
472
    </xslo:for-each>
472
    </xslo:for-each>
473
  </xslo:template>
473
  </xslo:template>
474
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='101']">
475
    <xslo:for-each select="marc:subfield">
476
      <xslo:if test="contains('c', @code)">
477
        <z:index name="language-original:w">
478
          <xslo:value-of select="."/>
479
        </z:index>
480
      </xslo:if>
481
    </xslo:for-each>
482
  </xslo:template>
474
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='102']">
483
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='102']">
475
    <xslo:for-each select="marc:subfield">
484
    <xslo:for-each select="marc:subfield">
476
      <xslo:if test="contains('a', @code)">
485
      <xslo:if test="contains('a', @code)">
(-)a/etc/zebradb/marc_defs/unimarc/biblios/record.abs (-1 / +1 lines)
Lines 89-94 melm 995$r itemtype:w,itemtype:p,itype:w,itype:p Link Here
89
############ CODED INFORMATIONS ##################
89
############ CODED INFORMATIONS ##################
90
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),ln:s:range(data,22,3),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)
90
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),ln:s:range(data,22,3),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)
91
melm 101$a     ln
91
melm 101$a     ln
92
melm 101$c     language-original
92
melm 102$a     Country-heading
93
melm 102$a     Country-heading
93
94
94
#Field 105 Description
95
#Field 105 Description
95
- 

Return to bug 9940