https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29539 Andreas Roussos <a.roussos@dataly.gr> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.05 |master --- Comment #13 from Andreas Roussos <a.roussos@dataly.gr> --- (In reply to David Nind from comment #11)
I've changed the assignee. Thanks, David.
I couldn't replicate the issue on the current master (using the sample data in koha-testing-docker) - the topical terms for a record displayed correctly in the OPAC. I just managed to replicate the issue using KTD. Since I already had a MARC21 KTD container up and running on the current master b54da05c73 and didn't want to lose my bash history, I ran these commands to set it up with the UNIMARC sample data and fix the Zebra index configuration:
reset_all unimarc sed -i.safe 's/marc21/unimarc/g' \ /etc/koha/sites/kohadev/zebra-authorities-dom.cfg \ /etc/koha/sites/kohadev/zebra-biblios-dom.cfg koha-rebuild-zebra -a -b -f -v kohadev I then linked the same Topical Name subject with field 606 of a test biblio twice, and changed the order of the subfields so that in the first 606 the $9 would appear after the $a and in the second 606 the $a would appear after the $9. In the OPAC details view for that biblio I got exactly what Rafael describes in this Bug's Description.
Is this for 21.05 only? No, it manifests on the current master, too. I've changed the Version.
-- You are receiving this mail because: You are watching all bug changes.