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

Autocomplete in the query bar #12315

Closed
Tracked by #13621
lukasolson opened this issue Jun 13, 2017 · 4 comments
Closed
Tracked by #13621

Autocomplete in the query bar #12315

lukasolson opened this issue Jun 13, 2017 · 4 comments

Comments

@lukasolson
Copy link
Member

As part of #10789, we'd like to expand the utility of the search bar to have autocomplete. While the current query bar gives suggestions based on your search history, the autocomplete that we'd like to add is more contextual, giving you suggestions based on your actual data.

#12282 outlines how the new Kibana query language might work. As we decide more about how this language will work, we can explore more ways to intelligently offer contextual suggestions as the user is typing in the search bar.

With the introduction of filter editors, we've added the ability for autocomplete based on field names, operators, and values from the indices. This functionality can be added directly into the search bar as we decide more about the query language itself.

Awhile back we built a prototype demoing how something like this could work (the actual design will be quite different):

jun-13-2017 11-28-32

@alexfrancoeur
Copy link

Is this blocked by #12692?

@lukasolson
Copy link
Member Author

Is this blocked by #12692?

We can move forward with this without having a definite solution for #12692. We can at least autocomplete query syntax and fields.

@timroes
Copy link
Contributor

timroes commented Aug 16, 2017

Autocompletions are always a bit complex when it comes to accessibility. I made the auto completion for timelion accessible in #13531. Maybe that helps when it comes to auto completion accessibility, also feel free to ping me if you need any help.

@Bargs
Copy link
Contributor

Bargs commented Aug 18, 2017

Something to think about, I feel like we might be able to make the implicit ANDs more obvious with autocomplete as well: #13563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants