Bug 10121

Summary: Unhighlight doesn't carry over to other pages
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P5 - low CC: kyle, marjorie.barry-vila
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nicole C. Engard 2013-04-25 22:34:41 UTC
I I click 'unhighlight' on page 1 of my results and then go to page 2 it's highlighted.  My option to 'unhighlight' should carry over.
Comment 1 Owen Leonard 2013-04-26 14:18:57 UTC
Highlighting is done per-page by JavaScript, so having the OPAC remember from page to page would probably involve setting a cookie. And how long should it remember your choice?

Seems doable, but I think this qualifies as an enhancement.
Comment 2 Nicole C. Engard 2013-04-26 21:00:56 UTC
I think it should remember my choice until I do another search.
Comment 3 Katrin Fischer 2019-03-14 23:11:33 UTC
Still valid. I think instead of new search having it remember for the current session (until browser is closed) would be good.
Comment 4 Katrin Fischer 2023-01-25 22:32:17 UTC
(In reply to Katrin Fischer from comment #3)
> Still valid. I think instead of new search having it remember for the
> current session (until browser is closed) would be good.

... or until the user decides to change the highlighting setting again.

Would still be nice to have I think.