Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query sends wrong query if hitting Enter to fast #20486

Closed
timroes opened this issue Jul 5, 2018 · 1 comment
Closed

Query sends wrong query if hitting Enter to fast #20486

timroes opened this issue Jul 5, 2018 · 1 comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Query Bar Querying and query bar features

Comments

@timroes
Copy link
Contributor

timroes commented Jul 5, 2018

Kibana version: 6.3.0+

When enabling Kuery in the query bar from 6.3 onwards, the query box will have a delay in applying it's value when you hit Enter fast.

For example I type: extension:png, wait shortly hit Enter everything is fine.

If you now change the png to php and hit enter rather fast after typing php, you might end up in a situation where the query that is actually send will just be extension:p. That's not limited to any specific field(type), but happened in my tests whenever Kuery was enabled and you hit Enter fast while typing.

That of course will lead to wrong data being displayed, in contrast to what the user see in the query bar. If you go back to the query bar and just hit enter again, now the correct data would be send.

The issue is still present on master.

@timroes timroes added bug Fixes for quality problems that affect the customer experience :Discovery Feature:Query Bar Querying and query bar features labels Jul 5, 2018
@timroes
Copy link
Contributor Author

timroes commented Jul 5, 2018

cc @elastic/kibana-discovery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Query Bar Querying and query bar features
Projects
None yet
Development

No branches or pull requests

1 participant