https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24372 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joonas.kylmala@helsinki.fi --- Comment #3 from Joonas Kylmälä <joonas.kylmala@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.