[Koha-bugs] [Bug 18130] ES - Cannot reindex given biblionumbers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 16 11:24:26 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18130

--- Comment #1 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list