https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27597 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |RESOLVED CC| |victor@tuxayo.net Resolution|--- |FIXED --- Comment #18 from Victor Grousset/tuxayo <victor@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.