21 Apr
2022
21 Apr
'22
4:39 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30326 --- Comment #6 from Aleisha Amohia <aleisha@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.