https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21675
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical CC| |[email protected] | |ommunity.org --- Comment #4 from Jonathan Druart <[email protected]> --- Same here, search is working ok, so it's not a configuration issue. I'd say the problem is that we are passing the result of build_query_compat to simple_search_compat. Regarding other calls it expects a string. It also appears from addbooks.pl The POD says both are ok: """ A thing to search for. It could be a simple string, or something constructed with the appropriate QueryBuilder module. """ Hard to say what is expected as this method is not covered by tests (!) Upping severity. -- 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] http://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/
