Commit 48177ee
committed
[ES|QL] Hide "not" operators from suggestions menu (elastic#216355)
## Summary
in elastic#205565 we accidentally removed
the behavior where we don't show `NOT LIKE` and `NOT RLIKE` in the
suggestions list. We want to show these eventually but right now, it's
broken behavior:
https://github.com/user-attachments/assets/0a7f860d-3a12-49cf-94b3-668848cff6ae
---------
Co-authored-by: Stratoula Kalafateli <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
(cherry picked from commit 4970bb9)
# Conflicts:
# src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/generated/operators.ts1 parent eff6a4e commit 48177ee
File tree
2 files changed
+4
-2
lines changed2 files changed
+4
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
| 625 | + | |
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| |||
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
746 | | - | |
| 746 | + | |
747 | 747 | | |
748 | 748 | | |
749 | 749 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4513 | 4513 | | |
4514 | 4514 | | |
4515 | 4515 | | |
| 4516 | + | |
4516 | 4517 | | |
4517 | 4518 | | |
4518 | 4519 | | |
| |||
4563 | 4564 | | |
4564 | 4565 | | |
4565 | 4566 | | |
| 4567 | + | |
4566 | 4568 | | |
4567 | 4569 | | |
4568 | 4570 | | |
| |||
0 commit comments