From 937679bb2a93dadebedadb45b8d7bcec5a2b960f Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 6 Nov 2025 19:58:38 +0000 Subject: [PATCH] Bug 41210: Add additional fields to author search links in staff interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds fields to the search for author fields To test: 1 - Edit a record, add additional author fields 100 _ _ ‡aaSeuss,‡cDr. 700 1 _ ‡aH. D.‡q(Hilda Doolittle),‡d1886-1961. 700 _ _ ‡aBeethoven, Ludwig van,‡d1770-1827‡c(Spirit) 110 1 _ ‡aFreemasons.‡bConcordia Lodge, No. 13 (Baltimore, Md.) 111 _ _ ‡aStour Music Festival.‡eOrchestra. 711 _ _ ‡aParis‡qSalon (Société des artistes français) 2 - View the record in staff interface 3 - Note all the author searches are subfield 'a' only 4 - Apply patch, now we have x00 = abcq x10 = ab x11 = aeq 5 - Confirm this is better --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index be69a2094ae..68bd9be2655 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1695,7 +1695,16 @@ /cgi-bin/koha/catalogue/search.pl?q=au:" - + + + + abcjq + ab + aeq + a + + + " &sort_by= -- 2.39.5