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

(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl (-22 lines)
Lines 2553-2579 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
2553
      </z:index>
2553
      </z:index>
2554
    </xslo:if>
2554
    </xslo:if>
2555
  </xslo:template>
2555
  </xslo:template>
2556
  <xslo:template mode="index_facets" match="marc:datafield[@tag='500']">
2557
    <xslo:if test="not(@ind1='z')">
2558
      <z:index name="su-ut:0">
2559
        <xslo:value-of select="marc:subfield[@code='a']"/>
2560
      </z:index>
2561
    </xslo:if>
2562
  </xslo:template>
2563
  <xslo:template mode="index_facets" match="marc:datafield[@tag='501']">
2564
    <xslo:if test="not(@ind1='z')">
2565
      <z:index name="su-ut:0">
2566
        <xslo:value-of select="marc:subfield[@code='a']"/>
2567
      </z:index>
2568
    </xslo:if>
2569
  </xslo:template>
2570
  <xslo:template mode="index_facets" match="marc:datafield[@tag='503']">
2571
    <xslo:if test="not(@ind1='z')">
2572
      <z:index name="su-ut:0">
2573
        <xslo:value-of select="marc:subfield[@code='a']"/>
2574
      </z:index>
2575
    </xslo:if>
2576
  </xslo:template>
2577
  <xslo:template mode="index_facets" match="marc:datafield[@tag='600']">
2556
  <xslo:template mode="index_facets" match="marc:datafield[@tag='600']">
2578
    <xslo:if test="not(@ind1='z')">
2557
    <xslo:if test="not(@ind1='z')">
2579
      <z:index name="su-to:0">
2558
      <z:index name="su-to:0">
2580
- 

Return to bug 15142