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

(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl (-3 / +4 lines)
Lines 905-911 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
905
        </z:index>
905
        </z:index>
906
      </xslo:if>
906
      </xslo:if>
907
    </xslo:for-each>
907
    </xslo:for-each>
908
    <xslo:template mode="index_subfields" match="marc:datafield[@tag='308']">
908
  </xslo:template>
909
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='308']">
909
    <xslo:for-each select="marc:subfield">
910
    <xslo:for-each select="marc:subfield">
910
      <xslo:if test="contains('a', @code)">
911
      <xslo:if test="contains('a', @code)">
911
        <z:index name="Note:w Note:p">
912
        <z:index name="Note:w Note:p">
Lines 913-919 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
913
        </z:index>
914
        </z:index>
914
      </xslo:if>
915
      </xslo:if>
915
    </xslo:for-each>
916
    </xslo:for-each>
916
    <xslo:template mode="index_subfields" match="marc:datafield[@tag='310']">
917
  </xslo:template>
918
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='310']">
917
    <xslo:for-each select="marc:subfield">
919
    <xslo:for-each select="marc:subfield">
918
      <xslo:if test="contains('a', @code)">
920
      <xslo:if test="contains('a', @code)">
919
        <z:index name="Note:w Note:p">
921
        <z:index name="Note:w Note:p">
920
- 

Return to bug 11202