3 Jan
2018
3 Jan
'18
4:36 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19884 --- Comment #24 from David Gustafsson <glasklas@gmail.com> --- There is by the way a way of getting equivalent performance (as the SQL-hack) out of GetItems, if biblios where batch loaded all the way down. (Multiple biblio ids sent to EmbedItemsInMarcBiblio so that all items could be loaded in one batch (requireing requiring only one search query for x number of biblios). But this would be a much more complicated change, and require existing code to use this new API (loading multiple biblios at once). Still, might be worth having a look at in the long run. -- You are receiving this mail because: You are watching all bug changes.