[Koha-bugs] [Bug 30326] Cronjob that checks biblios for MARC errors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 21 04:39:02 CEST 2022


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

--- Comment #6 from Aleisha Amohia <aleisha at catalyst.net.nz> ---
(In reply to Tomás Cohen Arazi from comment #5)
> 3. I suggest you add a --where parameter, that is passed as a literal query
> to 
> 
> Koha::Biblios->search( $query, { prefetch => ['biblio_metadata'] } );
> 
> and use $biblio->metadata->record instead of GetMarcBiblio.

I thought about doing it this way but it's significantly slower, not ideal when
there are lots of biblios to check through.

I can implement the other suggestions.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list