https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32707 --- Comment #13 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 161035 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161035&action=edit biblio and auth data sample to test the patch Since the biblio and auth data in ktd are not linked (and even not related), this can be a difficulty in testing the patch. I am attaching 500 biblio records with almost 2,000 auth records already linked by subfield $9 in biblio heading fields. This data should allow you to test the patch according to the proposed scenarios. Data import (in ktd): ./misc/migration_tools/bulkmarcimport.pl -a -d -file bug_32707_auths_sample.mrc ./misc/migration_tools/bulkmarcimport.pl -b -d -file bug_32707_bibs_sample.mrc sudo koha-elasticsearch --rebuild -r -d -a -b kohadev -- You are receiving this mail because: You are watching all bug changes.