http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13891 Bug ID: 13891 Summary: Make all patron searches use DataTables server-side processing Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Patrons Assignee: jonathan.druart@biblibre.com Reporter: jonathan.druart@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Depends on: 9811 Blocks: 12633 Bug 9811 introduces a new search way for patrons. Some code have been refactored and the server-side option of DataTables is now used. Bug 12648 (basket users) and bug 13021 (guarantors) uses the same way to search patrons. But in 3 other places, the former C4::Members::Search subroutine is still used (and in some cases, a manual pagination...): - budget users and owner - serial recipients - patron cards The 2 expected goals are 1/ Use the same centralized way to search for patrons and 2/ to get rid of the last calls to the C4::Members::Search (and so SQLHelper). -- You are receiving this mail because: You are watching all bug changes.