[Koha-bugs] [Bug 32273] Unable to set author subfields in Elastic search configuration

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 9 14:16:55 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32273

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com

--- Comment #1 from Nick Clemens <nick at 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.


More information about the Koha-bugs mailing list