https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27850
--- Comment #5 from Fridolin Somers <[email protected]> --- (In reply to David Nind from comment #2) > If there are multiple values for a field, then the link/search only picks up > the first item. > > For example: 260$a with two values Beijing ; Sebastopol, CA : > ==> single link, not linked individually, search is > http://127.0.0.1:8081/cgi-bin/koha/catalogue/search.pl?q=pl: > %22Beijing%20%3B%22 Since $a and $c are repeatable, I've added a foreach loop in order to have a link per subfield. Thanks a lot for testing David ;) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
