[Koha-bugs] [Bug 19884] Improve performance of GetItem

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 22 15:24:01 CET 2022


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

--- Comment #59 from Nick Clemens <nick at bywatersolutions.com> ---
GetItems is gone, but I think some of the thoughts here are valid -doing a
single fetch for each item of a biblio is excessive  - EmbedItemsInBarcBiblio
should use Koha::Items->search() - limiting to the biblionumber, filtering
against "$itemnumbers" and checking for opac visibility
(filter_by_visible_in_opac)

GetMarcItem should accept a Koha item object too, to avoid re-fetching the
items 

It may be worth filing new bugs, as this one is lengthy now

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


More information about the Koha-bugs mailing list