https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21675 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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.