[Koha-bugs] [Bug 27597] Searching "kw:term" does not work with Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 24 00:01:10 CET 2021


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

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Pushed to oldstable         |RESOLVED
                 CC|                            |victor at tuxayo.net
         Resolution|---                         |FIXED

--- Comment #18 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
Can't backport to 19.11.x: can't solve a conflict.
If there is an interest in having this backported, please submit a patch for
19.11.

<<<<<<< HEAD
    $term =~ s/(\:[:\s]+|[:\s]+:)$lookahead//g;
||||||| parent of 622a68f695 (Bug 27597: Remove leading colon in ES query)
    $term =~ s/(:+)(\s+)$lookahead/$2/g;
    $term =~ s/(\s+)(:+)$lookahead/$1/g;
=======
    $term =~ s/(:+)(\s+)$lookahead/$2/g;
    $term =~ s/(\s+)(:+)$lookahead/$1/g;
    $term =~ s/^://;
>>>>>>> 622a68f695 (Bug 27597: Remove leading colon in ES query)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list