[Koha-bugs] [Bug 25616] Uppercase hard coded lower case boolean operators for Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 2 09:51:56 CET 2022


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

--- Comment #26 from Fridolin Somers <fridolin.somers at 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.


More information about the Koha-bugs mailing list