https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30326
--- Comment #6 from Aleisha Amohia <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
