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

            Bug ID: 41444
           Summary: Fetch transfers directly for search results
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

When processing items for display in search Results we fetch the item object
and call get_transfers

When maxItemsInSearchResults is raised to a higher number, say 50, common in
consortia to display correct info for many branches this can have a large
impact on search speed.

Ultimately, perhaps, we should index the transfer status, but it seems to
benefit us to fetch the transfers directly here as we don't use the object for
anything else at this point in the code.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to