[Koha-bugs] [Bug 20501] Unhighlight in search results when the search terms contain the same word twice removes the word

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 19 04:53:44 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20501

--- Comment #5 from Phil Ringnalda <phil at chetcolibrary.org> ---
Created attachment 103210
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103210&action=edit
Bug 20501: Don't cut strings when unhighlighting in intranet search results

When you click Unhighlight on the search results of a search in the staff
client
when the search terms contain the same word twice, like "ma ma", the
highlighted
words disappear, and don't reappear if you click Highlight.

This patch makes the same change to the intranet copy of jquery.highlight-3.js
that
bug 5844 made to the OPAC copy.

Test plan:
1) Without this patch, search in the intranet for ma ma and verify you have at
least
   two matching records.
2) Notice that the Ma in Material type: Book is highlighted.
3) Click Unhighlight, and notice that it has become terial type: Book
4) Apply this patch, repeat the search with a shift+reload to reload the .js
5) Click Unhighlight, and verify that Material type: Book remains Material

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


More information about the Koha-bugs mailing list