https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32273 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- I think the problem here is actually in the XSLT - the links we form don't include the date fields: koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl 1811 <xsl:otherwise> 1812 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:"<xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/>"</xsl:attribute> 1813 </xsl:otherwise> So the searches will always be for the name portion only -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.