[Koha-bugs] [Bug 15812] Checkout search with too many results (single character search) causes poor performance or timeout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 14 12:02:16 CEST 2021


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

--- Comment #37 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
I won't block it more, but I don't think it's the best implementation.
I do like the "Check out" on the patron list. However I don't understand why
you didn't go the usual way, which is using common/patron_search.tt and
svc/members/search.

It was a bit more code but we would have avoided the double redirect when a
single patron matches the search (and it's not a cardnumber). Which is
certainly the most common use case (after using the cardnumber).

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


More information about the Koha-bugs mailing list