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

(-)a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl (-1 / +2 lines)
Lines 39-44 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
39
      <xslo:apply-templates mode="index_heading_conditional"/>
39
      <xslo:apply-templates mode="index_heading_conditional"/>
40
      <xslo:apply-templates mode="index_match_heading"/>
40
      <xslo:apply-templates mode="index_match_heading"/>
41
      <xslo:apply-templates mode="index_subject_thesaurus"/>
41
      <xslo:apply-templates mode="index_subject_thesaurus"/>
42
      <xslo:apply-templates mode="index_all"/>
42
    </z:record>
43
    </z:record>
43
  </xslo:template>
44
  </xslo:template>
44
  <xslo:template match="marc:leader">
45
  <xslo:template match="marc:leader">
Lines 2322-2328 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
2322
      <xslo:value-of select="normalize-space($raw_heading)"/>
2323
      <xslo:value-of select="normalize-space($raw_heading)"/>
2323
    </z:index>
2324
    </z:index>
2324
  </xslo:template>
2325
  </xslo:template>
2325
  <xslo:template match="*">
2326
  <xslo:template mode="index_all" match="text()">
2326
    <z:index name="Any:w Any:p">
2327
    <z:index name="Any:w Any:p">
2327
      <xslo:value-of select="."/>
2328
      <xslo:value-of select="."/>
2328
    </z:index>
2329
    </z:index>
(-)a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl (-2 / +2 lines)
Lines 61-66 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
61
                    <xslo:apply-templates mode="index_heading_conditional"/>
61
                    <xslo:apply-templates mode="index_heading_conditional"/>
62
                    <xslo:apply-templates mode="index_match_heading"/>
62
                    <xslo:apply-templates mode="index_match_heading"/>
63
                    <xslo:apply-templates mode="index_subject_thesaurus"/>
63
                    <xslo:apply-templates mode="index_subject_thesaurus"/>
64
                    <xslo:apply-templates mode="index_all"/>
64
                </z:record>
65
                </z:record>
65
            </xslo:template>
66
            </xslo:template>
66
67
Lines 72-78 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
72
            <xsl:call-template name="handle-index-heading-conditional"/>
73
            <xsl:call-template name="handle-index-heading-conditional"/>
73
            <xsl:call-template name="handle-index-match-heading"/>
74
            <xsl:call-template name="handle-index-match-heading"/>
74
            <xsl:apply-templates/>
75
            <xsl:apply-templates/>
75
            <xslo:template match="*">
76
            <xslo:template mode="index_all" match="text()">
76
                <z:index name="Any:w Any:p">
77
                <z:index name="Any:w Any:p">
77
                    <xslo:value-of select="."/>
78
                    <xslo:value-of select="."/>
78
                </z:index>
79
                </z:index>
79
- 

Return to bug 8620