[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
Wed Nov 11 12:50:47 CET 2020


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

Joonas Kylmälä <joonas.kylmala at helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joonas.kylmala at helsinki.fi

--- Comment #3 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
(In reply to Fridolin Somers from comment #1)
> Code has changed :
>     $term =~ s/(:+)(\s+)$lookahead/$2/g;
>     $term =~ s/(\s+)(:+)$lookahead/$1/g;
> 
> But bug looks still valid.

This new code should fix this, at least for me this search now works with this
new code.

-- 
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