http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5369 Summary: se queries with paranthesis fail Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Searching AssignedTo: gmcharlt@gmail.com ReportedBy: barrett@library.med.nyu.edu QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 opac-search.pl?q=se:DHEW%20publication%20no.%20%28HSM%29%2073-1804 displays a screen error: Can't call method "sort" on an undefined value at /usr/share/koha/lib/C4/Search.pm line 394. And logs: [Fri Nov 05 13:47:34 2010] [error] [client 10.161.4.254] [Fri Nov 5 13:47:34 2010] opac-search.pl: WARNING: query problem with (se=DHEW publication no. (HSM) 73-1804) not Suppress=1 ZOOM error 10014 "CCL parsing error" (addinfo: "')' expected") from diag-set 'ZOOM' at /usr/share/koha/lib/C4/Search.pm line 346., referer: <...>/koha/opac-detail.pl?biblionumber=93114 Removing the html encoded parenthesis characters %28 and %29 from the query returned the expected results. The query is a link generated by opac-detail.pl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.