https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27597
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #18 from Victor Grousset/tuxayo <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
