[Koha-bugs] [Bug 9811] Patrons search improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 8 16:07:51 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9811

--- Comment #42 from Fridolyn SOMERS <fridolyn.somers at biblibre.com> ---
(In reply to Chris Cormack from comment #40)
> these patches add datatables, but they also change the behaviour
> so when you visit the members page it fetches every single borrower from the database.
In C4/Utils/DataTables/Members.pm :
The SQL query does not fetch all borrowers, it uses iDisplayStart and
iDisplayLength to limit to the first page (usually 20 borrowers).
And when there is not filter, there is only  a select count(*) from borrowers,
this should not take a long time.

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


More information about the Koha-bugs mailing list