https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42272
Emily Lamancusa (emlam) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |emily.lamancusa@montgomeryc |ity.org |ountymd.gov --- Comment #2 from Emily Lamancusa (emlam) <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
