[Koha-bugs] [Bug 1807] search () give odd results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 1 21:56:09 CEST 2014


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

Jesse Maseto <jesse at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jesse at bywatersolutions.com

--- Comment #8 from Jesse Maseto <jesse at bywatersolutions.com> ---


//Fix subject search by striping parenthesis from url links
$('#catalogue_detail_biblio a[href*="su:"]').attr('href', function(_,v){
return v.replace(/(\(|\))/g,'')
});

This works for both the staff search and OPAC.

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


More information about the Koha-bugs mailing list