|
Lines 80-86
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 80 |
<xsl:call-template name="handle-index-match-heading"/> |
80 |
<xsl:call-template name="handle-index-match-heading"/> |
| 81 |
<xsl:apply-templates/> |
81 |
<xsl:apply-templates/> |
| 82 |
<xslo:template mode="index_all" match="text()"> |
82 |
<xslo:template mode="index_all" match="text()"> |
| 83 |
<z:index name="Any:w Any:p"> |
83 |
<z:index name="Anywhere:w Anywhere:p"> |
| 84 |
<xslo:value-of select="."/> |
84 |
<xslo:value-of select="."/> |
| 85 |
</z:index> |
85 |
</z:index> |
| 86 |
</xslo:template> |
86 |
</xslo:template> |
|
Lines 536-541
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 536 |
<xsl:for-each select="kohaidx:target_index"> |
536 |
<xsl:for-each select="kohaidx:target_index"> |
| 537 |
<xsl:value-of select="." /><xsl:text> </xsl:text> |
537 |
<xsl:value-of select="." /><xsl:text> </xsl:text> |
| 538 |
</xsl:for-each> |
538 |
</xsl:for-each> |
|
|
539 |
<xsl:text> Any:w Any:p</xsl:text> |
| 539 |
</xsl:template> |
540 |
</xsl:template> |
| 540 |
|
541 |
|
| 541 |
<xsl:template name="get-facets-target-indexes"> |
542 |
<xsl:template name="get-facets-target-indexes"> |
| 542 |
- |
|
|