https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42272 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |emily.lamancusa@montgomeryc |ity.org |ountymd.gov --- Comment #2 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Aha! The API string isn't getting escaped properly, and the wildcard % gets added behind the scenes to make it a "contains" search rather than an exact match...so if the first two characters of the search term happen to be a valid hex code (for instance, "ca"), then the characters (in this case, "%ca") get interpreted as a special character and break the search. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.