Lines 2539-2544
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
2539 |
<xslo:value-of select="normalize-space($raw_heading)"/> |
2539 |
<xslo:value-of select="normalize-space($raw_heading)"/> |
2540 |
</z:index> |
2540 |
</z:index> |
2541 |
</xslo:template> |
2541 |
</xslo:template> |
|
|
2542 |
<xslo:template mode="index_facets" match="marc:datafield[@tag='099']"> |
2543 |
<xslo:if test="not(@ind1='z')"> |
2544 |
<z:index name="ccode:0"> |
2545 |
<xslo:value-of select="marc:subfield[@code='t']"/> |
2546 |
</z:index> |
2547 |
</xslo:if> |
2548 |
</xslo:template> |
2542 |
<xslo:template mode="index_facets" match="marc:datafield[@tag='225']"> |
2549 |
<xslo:template mode="index_facets" match="marc:datafield[@tag='225']"> |
2543 |
<xslo:if test="not(@ind1='z')"> |
2550 |
<xslo:if test="not(@ind1='z')"> |
2544 |
<z:index name="se:0"> |
2551 |
<z:index name="se:0"> |
Lines 2683-2688
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
2683 |
<z:index name="location:0"> |
2690 |
<z:index name="location:0"> |
2684 |
<xslo:value-of select="marc:subfield[@code='e']"/> |
2691 |
<xslo:value-of select="marc:subfield[@code='e']"/> |
2685 |
</z:index> |
2692 |
</z:index> |
|
|
2693 |
<z:index name="ccode:0"> |
2694 |
<xslo:value-of select="marc:subfield[@code='h']"/> |
2695 |
</z:index> |
2686 |
</xslo:if> |
2696 |
</xslo:if> |
2687 |
</xslo:template> |
2697 |
</xslo:template> |
2688 |
<xslo:template mode="index_all" match="text()"> |
2698 |
<xslo:template mode="index_all" match="text()"> |
2689 |
- |
|
|