[Koha-bugs] [Bug 20398] Add a system preference to disable search result highlighting in the staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 15 00:01:31 CET 2022


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

--- Comment #39 from Fridolin Somers <fridolin.somers at biblibre.com> ---
In results.js :

Shouldn't block :
    if( PREF_StaffHighlightedWords == 1 ){
        highlightOn();
    } else {
        highlightOff();
    }

Be inside :
  if( search_result.query_desc )

?

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


More information about the Koha-bugs mailing list