https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32707 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #161035|0 |1 is obsolete| | --- Comment #16 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 163748 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163748&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 ca. 900 biblio records with ca. 3.200 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 -fk -file bug_32707_auths_sample.mrc ./misc/migration_tools/bulkmarcimport.pl -b -d -fk -file bug_32707_bibs_sample.mrc sudo koha-elasticsearch --rebuild -r -d -a -b kohadev NOTE: it is essential to remove the ktd biblio and auth data (-d -fk), as this data sample already has $9 subfields that will give correct test results if biblionumbers and authids start with 1. -- You are receiving this mail because: You are watching all bug changes.