Bug 5676 - Patron search results table sort conflicts with paging
Summary: Patron search results table sort conflicts with paging
Status: CLOSED DUPLICATE of bug 5266
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal (vote)
Assignee: Kyle M Hall
QA Contact: Bugs List
URL: /cgi-bin/koha/members/member.pl
Keywords:
Depends on:
Blocks: 6253
  Show dependency treegraph
 
Reported: 2011-01-31 18:07 UTC by Owen Leonard
Modified: 2012-10-26 00:40 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***