[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
Tue Oct 12 12:11:49 CEST 2021


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Discussion               |Passed QA

--- Comment #36 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #35)
> Is there a good reason (apart from laziness) to redirect to member.pl from
> circulation.pl?
> 
> 229         print $query->redirect(
> "/cgi-bin/koha/members/member.pl?quicksearch=1&circsearch=1&searchmember=" .
> $findborrower );

The idea was to avoid a redirect when a single patron was searched for using a
cardnumber.

If we don't need a search we can proceed with circulation directly, if we need
to search, then we redirect to search

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


More information about the Koha-bugs mailing list