https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18130 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 60309 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60309&action=edit Bug 18130: ES - Fix --biblionumbers for rebuild elastic indexes rebuild_elastic_search.pl provides a --biblionumber/-bn option to reindex only given biblionumbers. However it does not work and the script explodes with Can't locate object method "id" via package "MARC::Record" Test plan: Full reindex and reindex only given biblionumbers should work: perl misc/search_tools/rebuild_elastic_search.pl -a -b -v perl misc/search_tools/rebuild_elastic_search.pl -b -v perl misc/search_tools/rebuild_elastic_search.pl -b -bn 42 -v -- You are receiving this mail because: You are watching all bug changes.