http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6483
--- Comment #1 from Salva Zaragoza Rubio <[email protected]> 2011-06-08 11:26:31 UTC --- Created attachment 4430 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4430 Proposed Patch for Paging in opac-detail when coming from a search Add paging in opac-detail when coming from a search to be able to continue viewing the previous and next register from the detail without returning to the results. The partial list pagination can be showed to increase forwarding or rewinding in the pagination. It's implemented for Zebra search and not build_grouped_results. The param busc with all the information from the search is passed encrypted in zip and base64 for security reasons and to avoid storing it in the session or submitting by POST. The Compress::Zlib perl library is needed. A list of the biblionumbers inside the OPACnumSearchResults range is passed to avoid repeating the searching everytime we see the previous or next biblio. The searching will be run again when we are going to exceed the list and a new one will be calculated from the new search. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
