Bug 8525

Summary: Highlight matches on details page
Product: Koha Reporter: Jared Camins-Esakov <jcamins>
Component: OPACAssignee: Jared Camins-Esakov <jcamins>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, koha.sekjal, kyle, mirko, nengard, paul.poulain
Version: 3.10   
Hardware: All   
OS: All   
Change sponsored?: Sponsored Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 8525: highlight matches on OPAC detail page
Bug 8525: highlight matches on OPAC detail page
Bug 8525: Followup Don't reset the hz scrollbar to the top
Bug 8525: highlight matches on OPAC detail page
Bug 8525: Followup Don't reset the hz scrollbar to the top
Follow up: Bug 8525: Update preference description
Follow up: Bug 8525: Update preference description

Description Jared Camins-Esakov 2012-07-30 16:08:25 UTC
After doing a search and going to the details page, it can sometimes be difficult to see exactly *why* a record was returned by a search. It would be very useful to highlight the matches on the details page in the same way we highlight them on the results page.
Comment 1 Jared Camins-Esakov 2012-07-30 21:22:04 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2012-08-03 13:35:27 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2012-08-03 13:42:41 UTC Comment hidden (obsolete)
Comment 4 Kyle M Hall 2012-08-03 15:32:51 UTC Comment hidden (obsolete)
Comment 5 Kyle M Hall 2012-08-03 15:33:03 UTC Comment hidden (obsolete)
Comment 6 Ian Walls 2012-08-17 17:14:07 UTC
Template only changes (except for the addition of a new template param in the perl file) to allow highlighting on the details page.  Marking as Passed QA, both primary and followup.
Comment 7 Paul Poulain 2012-09-03 08:04:22 UTC
Patch pushed.

Note that this feature has the same problem than the list one : it's diacritic sensible. It means that, if you search "jéan", you'll get result containing "jean" (as expected), but they won't be highlighted.
Comment 8 Nicole C. Engard 2012-09-28 16:30:21 UTC Comment hidden (obsolete)
Comment 9 Nicole C. Engard 2012-09-28 16:30:50 UTC
Follow up needs sign off please.
Comment 10 Mirko Tietgen 2012-09-29 04:33:16 UTC
Created attachment 12605 [details] [review]
Follow up: Bug 8525: Update preference description

The feature in bug 8525 added highlighting to the detail
pages in the opac. This patch updates the preference to
note this change.

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Comment 11 Mirko Tietgen 2012-09-29 04:34:35 UTC
Tiny followup for preference description signed off.
Comment 12 Jared Camins-Esakov 2012-10-05 18:57:57 UTC
Note that the follow-up is a bugfix.
Comment 13 Jonathan Druart 2012-10-19 14:47:41 UTC
Change syspref description.
Last patch marked as Passed QA.
Comment 14 Paul Poulain 2012-10-22 11:39:28 UTC
follow-up pushed to master. back to ENH