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

(-)a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml (+5 lines)
Lines 297-302 Link Here
297
    <target_index>Name:w</target_index>
297
    <target_index>Name:w</target_index>
298
    <target_index>Name-and-title:w</target_index>
298
    <target_index>Name-and-title:w</target_index>
299
    <target_index>Corporate-name:w</target_index>
299
    <target_index>Corporate-name:w</target_index>
300
    <target_index>Corporate-name:p</target_index>
300
  </index_data_field>
301
  </index_data_field>
301
  <!--record.abs line 95: melm 111$9      Koha-Auth-Number-->
302
  <!--record.abs line 95: melm 111$9      Koha-Auth-Number-->
302
  <index_subfields tag="111" subfields="9">
303
  <index_subfields tag="111" subfields="9">
Lines 515-520 Link Here
515
  <index_data_field tag="410">
516
  <index_data_field tag="410">
516
    <target_index>Author:w</target_index>
517
    <target_index>Author:w</target_index>
517
    <target_index>Corporate-name:w</target_index>
518
    <target_index>Corporate-name:w</target_index>
519
    <target_index>Corporate-name:p</target_index>
518
  </index_data_field>
520
  </index_data_field>
519
  <!--record.abs line 133: melm 411$a      Name-and-title-->
521
  <!--record.abs line 133: melm 411$a      Name-and-title-->
520
  <index_subfields tag="411" subfields="a">
522
  <index_subfields tag="411" subfields="a">
Lines 679-684 Link Here
679
    <target_index>Subject:w</target_index>
681
    <target_index>Subject:w</target_index>
680
    <target_index>Subject:p</target_index>
682
    <target_index>Subject:p</target_index>
681
    <target_index>Corporate-name:w</target_index>
683
    <target_index>Corporate-name:w</target_index>
684
    <target_index>Corporate-name:p</target_index>
682
  </index_data_field>
685
  </index_data_field>
683
  <!--record.abs line 169: melm 611$a      Name-and-title,Subject,Subject:p-->
686
  <!--record.abs line 169: melm 611$a      Name-and-title,Subject,Subject:p-->
684
  <index_subfields tag="611" subfields="a">
687
  <index_subfields tag="611" subfields="a">
Lines 917-922 Link Here
917
    <target_index>Author:w</target_index>
920
    <target_index>Author:w</target_index>
918
    <target_index>Author:p</target_index>
921
    <target_index>Author:p</target_index>
919
    <target_index>Corporate-name:w</target_index>
922
    <target_index>Corporate-name:w</target_index>
923
    <target_index>Corporate-name:p</target_index>
920
    <target_index>Name:w</target_index>
924
    <target_index>Name:w</target_index>
921
  </index_data_field>
925
  </index_data_field>
922
  <!--record.abs line 213: melm 711$a      Name-and-title-->
926
  <!--record.abs line 213: melm 711$a      Name-and-title-->
Lines 1114-1119 Link Here
1114
  <index_data_field tag="810">
1118
  <index_data_field tag="810">
1115
    <target_index>Author:w</target_index>
1119
    <target_index>Author:w</target_index>
1116
    <target_index>Corporate-name:w</target_index>
1120
    <target_index>Corporate-name:w</target_index>
1121
    <target_index>Corporate-name:p</target_index>
1117
    <target_index>Author-name-corporate:w</target_index>
1122
    <target_index>Author-name-corporate:w</target_index>
1118
    <target_index>Name:w</target_index>
1123
    <target_index>Name:w</target_index>
1119
  </index_data_field>
1124
  </index_data_field>
(-)a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl (-6 / +5 lines)
Lines 1910-1916 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
1910
    </z:index>
1910
    </z:index>
1911
  </xslo:template>
1911
  </xslo:template>
1912
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='110']">
1912
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='110']">
1913
    <z:index name="Author:w Author:p Author:s Author-title:w Author-name-corporate:w Name:w Name-and-title:w Corporate-name:w">
1913
    <z:index name="Author:w Author:p Author:s Author-title:w Author-name-corporate:w Name:w Name-and-title:w Corporate-name:w Corporate-name:p">
1914
      <xslo:variable name="raw_heading">
1914
      <xslo:variable name="raw_heading">
1915
        <xslo:for-each select="marc:subfield">
1915
        <xslo:for-each select="marc:subfield">
1916
          <xslo:if test="position() &gt; 1">
1916
          <xslo:if test="position() &gt; 1">
Lines 2131-2137 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
2131
    </z:index>
2131
    </z:index>
2132
  </xslo:template>
2132
  </xslo:template>
2133
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='410']">
2133
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='410']">
2134
    <z:index name="Author:w Corporate-name:w">
2134
    <z:index name="Author:w Corporate-name:w Corporate-name:p">
2135
      <xslo:variable name="raw_heading">
2135
      <xslo:variable name="raw_heading">
2136
        <xslo:for-each select="marc:subfield">
2136
        <xslo:for-each select="marc:subfield">
2137
          <xslo:if test="position() &gt; 1">
2137
          <xslo:if test="position() &gt; 1">
Lines 2274-2280 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
2274
    </z:index>
2274
    </z:index>
2275
  </xslo:template>
2275
  </xslo:template>
2276
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='610']">
2276
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='610']">
2277
    <z:index name="Name:w Subject:w Subject:p Corporate-name:w">
2277
    <z:index name="Name:w Subject:w Subject:p Corporate-name:w Corporate-name:p">
2278
      <xslo:variable name="raw_heading">
2278
      <xslo:variable name="raw_heading">
2279
        <xslo:for-each select="marc:subfield">
2279
        <xslo:for-each select="marc:subfield">
2280
          <xslo:if test="position() &gt; 1">
2280
          <xslo:if test="position() &gt; 1">
Lines 2443-2449 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
2443
    </z:index>
2443
    </z:index>
2444
  </xslo:template>
2444
  </xslo:template>
2445
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='710']">
2445
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='710']">
2446
    <z:index name="Author:w Author:p Corporate-name:w Name:w">
2446
    <z:index name="Author:w Author:p Corporate-name:w Corporate-name:p Name:w">
2447
      <xslo:variable name="raw_heading">
2447
      <xslo:variable name="raw_heading">
2448
        <xslo:for-each select="marc:subfield">
2448
        <xslo:for-each select="marc:subfield">
2449
          <xslo:if test="position() &gt; 1">
2449
          <xslo:if test="position() &gt; 1">
Lines 2547-2553 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
2547
    </z:index>
2547
    </z:index>
2548
  </xslo:template>
2548
  </xslo:template>
2549
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='810']">
2549
  <xslo:template mode="index_data_field" match="marc:datafield[@tag='810']">
2550
    <z:index name="Author:w Corporate-name:w Author-name-corporate:w Name:w">
2550
    <z:index name="Author:w Corporate-name:w Corporate-name:p Author-name-corporate:w Name:w">
2551
      <xslo:variable name="raw_heading">
2551
      <xslo:variable name="raw_heading">
2552
        <xslo:for-each select="marc:subfield">
2552
        <xslo:for-each select="marc:subfield">
2553
          <xslo:if test="position() &gt; 1">
2553
          <xslo:if test="position() &gt; 1">
2554
- 

Return to bug 21286