https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33277 --- Comment #59 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #55)
Tested this with Zebra. Copied cp etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl /etc/koha/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl
Rebuilt index, restarted Zebra. Conform test plan, opened record and saved it again. Checked sysprefs. The links are not relinked to the correct authids.
None of them? Or some of them? Restart zebra (restart_all) then reindex Make sure AutoLinkBiblios is set to 'Do'(In reply to Marcel de Rooy from comment #56)
! 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
Updated -- You are receiving this mail because: You are watching all bug changes.