https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20891 --- Comment #10 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #9)
(In reply to Jonathan Druart from comment #8)
(In reply to Katrin Fischer from comment #7)
I think we had similar problems on patron search - anything we could pick from there?
We are using the same code for lists and patrons, so I supposed patron's result will explode if '\' is contained in the surname/firstname, which certainly does not exist in a production DB :)
Actually, we had a lot of issues with patron search on migrating a lot of libraries recently. You never know what is in the data you get and it's hard to debug the JSON errors in some cases.
open the web dev console, get the answer from the server, copy/paste it on a JSON validator website, and you will know exactly where the problem is. -- You are receiving this mail because: You are watching all bug changes.