https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #22 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 137023 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=137023&action=edit Bug 29418: Fix error searching for analytics in detail view This patch fixes the problem of searching for analytics when the title contains reserved characters like ? To test: 1. Have a record with ? in the title 2. Open the detail view (staff) => FAIL: tells there's an error checking for analytics 3. Open the detail view (OPAC) => FAIL: tells there's an error checking for analytics 4. Apply this patch and restart all 5. Repeat 2 and 3 => SUCCESS: Link shows correctly! 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.