https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25375 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #3 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Andrew Fuerste-Henry from comment #2)
I'm getting an error in the Elastic rebuild: root@287fd5fefa08:koha(master)$ perl misc/search_tools/rebuild_elasticsearch.pl -d -b Can't call method "items" on an undefined value at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch.pm line 710.
MARC21 doesn't store the biblionumber in the 001 Should probably call GetMarcFromKohaField( 'biblio.biblionumber' ) to determine which field to use here I don't know if calling that for all the item fields may be more performant that fetching the biblio and iterating items as opposed to checking the MARC as well -- You are receiving this mail because: You are watching all bug changes.