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

(-)a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml (-4 lines)
Lines 424-433 Link Here
424
    <target_index>copydate:w</target_index>
424
    <target_index>copydate:w</target_index>
425
    <target_index>copydate:s</target_index>
425
    <target_index>copydate:s</target_index>
426
  </index_subfields>
426
  </index_subfields>
427
  <!--record.abs line 122: melm 260        pl-->
428
  <index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="260">
429
    <target_index>pl:w</target_index>
430
  </index_data_field>
431
  <!--record.abs line 123: melm 300        Extent:w,Extent:p-->
427
  <!--record.abs line 123: melm 300        Extent:w,Extent:p-->
432
  <index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="300">
428
  <index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="300">
433
    <target_index>Extent:w</target_index>
429
    <target_index>Extent:w</target_index>
(-)a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl (-13 lines)
Lines 1823-1841 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
1823
      <xslo:value-of select="normalize-space($raw_heading)"/>
1823
      <xslo:value-of select="normalize-space($raw_heading)"/>
1824
    </z:index>
1824
    </z:index>
1825
  </xslo:template>
1825
  </xslo:template>
1826
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='260']">
1827
    <z:index name="pl:w">
1828
      <xslo:variable name="raw_heading">
1829
        <xslo:for-each select="marc:subfield">
1830
          <xslo:if test="position() &gt; 1">
1831
            <xslo:value-of select="substring(' ', 1, 1)"/>
1832
          </xslo:if>
1833
          <xslo:value-of select="."/>
1834
        </xslo:for-each>
1835
      </xslo:variable>
1836
      <xslo:value-of select="normalize-space($raw_heading)"/>
1837
    </z:index>
1838
  </xslo:template>
1839
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='300']">
1826
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='300']">
1840
    <z:index name="Extent:w Extent:p">
1827
    <z:index name="Extent:w Extent:p">
1841
      <xslo:variable name="raw_heading">
1828
      <xslo:variable name="raw_heading">
(-)a/etc/zebradb/marc_defs/marc21/biblios/record.abs (-2 lines)
Lines 128-134 melm 247 Title,Title:p,Title-former,Title-other-variant,Related-periodica Link Here
128
melm 260$a      pl:w,pl:p
128
melm 260$a      pl:w,pl:p
129
melm 260$b      Publisher:w,Publisher:p
129
melm 260$b      Publisher:w,Publisher:p
130
melm 260$c      copydate,copydate:s
130
melm 260$c      copydate,copydate:s
131
melm 260        pl
132
melm 300        Extent:w,Extent:p
131
melm 300        Extent:w,Extent:p
133
melm 400$a      Name-and-title
132
melm 400$a      Name-and-title
134
melm 400$t      Author-title,Name-and-title,Title,Title-series
133
melm 400$t      Author-title,Name-and-title,Title,Title-series
135
- 

Return to bug 11130