Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.11] [Console] Fix wrong autocomplete suggestions on typing in slash (
#171948) (#172177) # Backport This will backport the following commits from `main` to `8.11`: - [[Console] Fix wrong autocomplete suggestions on typing in slash (#171948)](#171948) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Youhei Sakurai","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-11-29T14:22:40Z","message":"[Console] Fix wrong autocomplete suggestions on typing in slash (#171948)\n\nCloses #171947\r\n\r\n## Summary\r\n\r\nThis PR fixes wrong autocomplete suggestions on typing in slash in some\r\nspecific cases.\r\n\r\n![fix-suggestion-on-slash](https://github.com/elastic/kibana/assets/721858/f3cab482-63ca-4ee7-99b7-0e3fc37e8940)\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n## Release note\r\n\r\nFixes wrong autocomplete suggestions on typing in slash","sha":"11136b688061fd3f4914915ea0da6e3917b5e66b","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Feature:Console","release_note:fix","Team:Deployment Management","backport:prev-minor","v8.12.0"],"number":171948,"url":"https://github.com/elastic/kibana/pull/171948","mergeCommit":{"message":"[Console] Fix wrong autocomplete suggestions on typing in slash (#171948)\n\nCloses #171947\r\n\r\n## Summary\r\n\r\nThis PR fixes wrong autocomplete suggestions on typing in slash in some\r\nspecific cases.\r\n\r\n![fix-suggestion-on-slash](https://github.com/elastic/kibana/assets/721858/f3cab482-63ca-4ee7-99b7-0e3fc37e8940)\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n## Release note\r\n\r\nFixes wrong autocomplete suggestions on typing in slash","sha":"11136b688061fd3f4914915ea0da6e3917b5e66b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/171948","number":171948,"mergeCommit":{"message":"[Console] Fix wrong autocomplete suggestions on typing in slash (#171948)\n\nCloses #171947\r\n\r\n## Summary\r\n\r\nThis PR fixes wrong autocomplete suggestions on typing in slash in some\r\nspecific cases.\r\n\r\n![fix-suggestion-on-slash](https://github.com/elastic/kibana/assets/721858/f3cab482-63ca-4ee7-99b7-0e3fc37e8940)\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n## Release note\r\n\r\nFixes wrong autocomplete suggestions on typing in slash","sha":"11136b688061fd3f4914915ea0da6e3917b5e66b"}}]}] BACKPORT--> Co-authored-by: Youhei Sakurai <[email protected]>
- Loading branch information