https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25616 --- Comment #26 from Fridolin Somers <fridolin.somers@biblibre.com> --- Ah wait, t/Search.t/ is failling : # Failed test '$query built correctly (no operator)' # at t/Search.t line 90. # got: 'query AND parsed_operand' # expected: 'query and parsed_operand' # Failed test '$query_cgi built correctly (no operator)' # at t/Search.t line 92. # got: 'query_cgi&op=%20AND%20&idx=index&q=original_operand' # expected: 'query_cgi&op=%20and%20&idx=index&q=original_operand' # Failed test '$query_desc build correctly (no operator)' # at t/Search.t line 94. # got: 'query_desc AND index_plus original_operand' # expected: 'query_desc and index_plus original_operand' # Looks like you failed 3 tests of 20. -- You are receiving this mail because: You are watching all bug changes.