[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
Mon Jun 13 18:16:31 CEST 2011


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

Salva Zaragoza Rubio <salva at masmedios.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #4430|0                           |1
        is obsolete|                            |

--- Comment #9 from Salva Zaragoza Rubio <salva at masmedios.com> 2011-06-13 16:16:31 UTC ---
Created attachment 4446
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4446
Proposed patch for Add paging in opac-detail when coming from a search with
session storage

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 stored
on the session when running opac-search and opac-detail, outside these
pages the busc param is removed from the session.

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