[Koha-bugs] [Bug 14715] results per page setting for catalog search in staff client and opac

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 21 14:32:51 CEST 2015


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

--- Comment #4 from Martin Stenberg <martin at bugs.koha-community.org.xinxidi.net> ---
I have now investigated the option of using sessionStorage instead of a cookie.
However this would, what I can see, either:

require to send the sessionStorage variable to the server for every search,
which means modifying all scripts requesting the (opac-)search.pl files. In
this case it would not be much different from using a cookie.

or 

require the (opac-)search.pl scripts to get the maximum number of search
results ("all", or perhaps limit to 100) and then filter them on client side.
This would require a lot of extra unnecessary work for the server.

Neither option seems very attractiv to me. Perhaps there's a third option which
I'm missing?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list