[Koha-bugs] [Bug 6483] Paging in opac-detail when coming from a search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 8 13:26:31 CEST 2011


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

--- Comment #1 from Salva Zaragoza Rubio <salva at masmedios.com> 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.


More information about the Koha-bugs mailing list