[Koha-bugs] [Bug 24372] Elasticsearch - cannot search for titles containing a colon next to a search term using the colon

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 10 15:17:27 CET 2020


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #1 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Code has changed :
    $term =~ s/(:+)(\s+)$lookahead/$2/g;
    $term =~ s/(\s+)(:+)$lookahead/$1/g;

But bug looks still valid.

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


More information about the Koha-bugs mailing list