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

--- Comment #4 from Martin Stenberg 
<[email protected]> ---
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.
_______________________________________________
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/

Reply via email to