Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with KQL wildcard queries not properly escaping backslashes (…
…elastic#174464) ## Summary Fixes elastic#169709. Prior to this PR, KQL queries against keyword fields would not properly handle escaped special characters (such as backslash). This PR fixes the behavior to properly re-escape special characters before sending them along to the wildcard query. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios ### Release note KQL queries against wildcards now properly handle escaped special characters without requiring double-escaping. Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information