Commit 88a7ce3
authored
[ES|QL] Ignore trailing whitespace in overlap matching (elastic#258806)
## Summary
This is the first of two fixes. I'm separating them because they're two
different scopes (and perhaps the second is optional).
That's happens for example when you write event or event.dataset then
press `space `and then `backspace` and/or continue typing `backespace`
Before .
<img width="933" height="215" alt="before (1)"
src="https://github.com/user-attachments/assets/f3db3cb9-cbb6-4646-a224-5a1f90a55583"
/>
after
<img width="929" height="140" alt="after"
src="https://github.com/user-attachments/assets/e4135f73-018e-4630-87d2-7399c2f888e7"
/>1 parent d0b75a5 commit 88a7ce3
1 file changed
Lines changed: 5 additions & 1 deletion
File tree
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
| |||
0 commit comments