[Koha-bugs] [Bug 28922] New: Vendor search has poor performance when system has many vendors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 30 16:24:29 CEST 2021


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

            Bug ID: 28922
           Summary: Vendor search has poor performance when system has
                    many vendors
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

In acquisitions our search does a 'contains' search on vendor name

We then loop through the vendors and lookup the baskets

We then lookup the groups for each basket we found

It would be nice if we could fetch all the info needed in one call to the DB
and possibly add paging

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


More information about the Koha-bugs mailing list