-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cluster-ui/ui: remove ability to search statements by plan
Closes #83155 Previously, we allowed statements in the statements page to searchable by text in the explain plan. This was before we returned multiple plans for a statement fingerprint. This commit removes the explain plan text as part of the searchable string, as this feature could now lead to confusing behaviour. Release note (ui change): In the statements page, users can no longer filter statements by searching for text in the EXPLAIN plan.
- Loading branch information
Showing
2 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters