https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28316
Nicolas Legrand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nicolas Legrand <[email protected]> --- It also make fail detail.pl and opac-detail.pl. You can't print those pages when there are brackets in the title (internal server error: reason' => "Failed to parse query [(host-item:Vietnam, un [plus] un [\x{e9}gal] un)]"). You can escape brackets in the $cleaned_title variable like this: $cleaned_title =~ s/(?:\[|\])//g; and then the pages are printable. But that doesn't solve the search problem. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
