Lines 97-106
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
97 |
</xslo:template> |
97 |
</xslo:template> |
98 |
<xslo:template match="marc:controlfield[@tag='008']"> |
98 |
<xslo:template match="marc:controlfield[@tag='008']"> |
99 |
<z:index name="date-entered-on-file:n"> |
99 |
<z:index name="date-entered-on-file:n"> |
100 |
<xslo:value-of select="substring(., 1, 5)"/> |
100 |
<xslo:value-of select="substring(., 1, 6)"/> |
101 |
</z:index> |
101 |
</z:index> |
102 |
<z:index name="date-entered-on-file:s"> |
102 |
<z:index name="date-entered-on-file:s"> |
103 |
<xslo:value-of select="substring(., 1, 5)"/> |
103 |
<xslo:value-of select="substring(., 1, 6)"/> |
104 |
</z:index> |
104 |
</z:index> |
105 |
<z:index name="pubdate:w"> |
105 |
<z:index name="pubdate:w"> |
106 |
<xslo:value-of select="substring(., 8, 4)"/> |
106 |
<xslo:value-of select="substring(., 8, 4)"/> |
107 |
- |
|
|