https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33277 --- Comment #56 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> ---
! grep /$thesaurus/,('lcsh','lcac','mesh','nal','notspecified','cash','rvm','sears','aat') This regex might not always do what you want. Probably we could better do something like: none { $_ eq $thesaurus } etc
etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl <xslo:when> <xsl:attribute name="test"><xsl:value-of select="$alt_select"/></xsl:attribute> <xslo:value-of> <xsl:attribute name="select"><xsl:value-of select="$alt_select"/></xsl:attribute> </xslo:value-of> </xslo:when> <xslo:otherwise><xslo:text>notdefined</xslo:text></xslo:otherwise> This could be done much simpler. Funny construction here. Out of scope. -- You are receiving this mail because: You are watching all bug changes.