Bug 5676

Summary: Patron search results table sort conflicts with paging
Product: Koha Reporter: Owen Leonard <oleonard>
Component: PatronsAssignee: Kyle M Hall <kyle.m.hall>
Status: CLOSED DUPLICATE QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: gmcharlt, koha.sekjal
Version: unspecified   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/members/member.pl
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 6253    

Description Owen Leonard 2011-01-31 18:07:17 UTC
Since patron search results are now split into multiple pages, the per-page jquery tablesorter makes for nonsensical sorting.

Solution 1: Eliminate the tablesorter (and perhaps expand which columns can be sorted on via the order by option).

Solution 2: Eliminate the script-based paging and use the tablesorter paging plugin.

I don't think solution 2 is the right one because a poorly refined patron search can result in a very large result set.
Comment 1 Ian Walls 2011-04-20 14:59:21 UTC

*** This bug has been marked as a duplicate of bug 5266 ***