[Koha-bugs] [Bug 21675] Unable to add to a basket with ElasticSearch enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 6 14:42:38 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21675

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |critical
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #4 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list