[ES|QL] - Duplicate auto-complete in drop-down list when using auto-complete #174154
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:ES|QL
ES|QL related features in Kibana
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version: 8.13
Original install method (e.g. download page, yum, from source, etc.): Tested both on cloud and local setup.
Describe the bug:
When a user aggregates using
STATS
using the new auto-complete suggestions without defining a name for the field, and afterward wants to useEVAL
, then the user gets duplicate results in the auto-complete suggestion.See video:
auto_complete_bug.mov
Steps to reproduce:
STATS
in your query without defining a name for the field, but instead choose the suggested e.g.avg(x,x)
EVAL
on the next line in the query, and then you will get duplicate results.Expected behavior: Not to see duplicate results in the dropdown.
An additional challenge this is causing is if the user selects the first selection then the auto-complete does not add
''
and throws an error.See video:
auto_complete_bug_2.mov
The text was updated successfully, but these errors were encountered: