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

[ES|QL] Autocomplete suggestions improvements #176033

Open
31 tasks
stratoula opened this issue Feb 1, 2024 · 4 comments
Open
31 tasks

[ES|QL] Autocomplete suggestions improvements #176033

stratoula opened this issue Feb 1, 2024 · 4 comments
Labels
Feature:ES|QL impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. Meta Team:ESQL ES|QL related features in Kibana UX

Comments

@stratoula
Copy link
Contributor

stratoula commented Feb 1, 2024

[Meta] list of possible autocomplete suggestion improvements for the ES|QL editor

Categorized by topic; prioritized within each group

Function helpers

  1. Team:ESQL enhancement impact:medium usability
  2. Team:ESQL enhancement impact:low
  3. >enhancement Feature:ES|QL Team:ESQL enhancement impact:low

Smarter suggest

  1. Team:ESQL enhancement impact:low
  2. Feature:ES|QL Team:ESQL enhancement impact:high

Environmental / Authoring helpers

Syntactical papercuts

  1. Team:ESQL enhancement impact:low
  2. Team:ESQL enhancement impact:low

Related, previously issues

  • Support data_part as proposed in docs
    These date functions can be very tricky so we would like to help our users a bit with autocomplete. It would be great if we could suggest the date_part as proposed on our official documentation
@stratoula stratoula changed the title [ES|QL] I [ES|QL] Autocomplete suggestions improvements Feb 1, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Feb 1, 2024
@stratoula stratoula added Meta Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:ES|QL and removed needs-team Issues missing a team label labels Feb 1, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-visualizations (Team:Visualizations)

@stratoula stratoula added the impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. label Feb 1, 2024
@dej611
Copy link
Contributor

dej611 commented Feb 20, 2024

These date functions can be very tricky so we would like to help our users a bit with autocomplete. It would be great if we could suggest the date_part as proposed on our official documentation

This is done already in 8.13

Screenshot 2024-02-20 at 15 46 50

@stratoula stratoula added Team:ESQL ES|QL related features in Kibana and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Mar 27, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-esql (Team:ESQL)

@dej611
Copy link
Contributor

dej611 commented Mar 29, 2024

Drop here suggests the avg(bytes) which is wrong as with the previous keep I am only keeping one column

this is by design right now.
All location information about variables are stored but the engine is not pruning variables after stats, keep, rename or drop. All column utility functions should take those into account (same apply for validation feature as well).

@ryankeairns ryankeairns added the UX label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:ES|QL impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. Meta Team:ESQL ES|QL related features in Kibana UX
Projects
None yet
Development

No branches or pull requests

4 participants