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

Add autocompletion in the search query editor #19

Closed
fmassot opened this issue Nov 3, 2023 · 0 comments · Fixed by #45
Closed

Add autocompletion in the search query editor #19

fmassot opened this issue Nov 3, 2023 · 0 comments · Fixed by #45
Assignees

Comments

@fmassot
Copy link
Contributor

fmassot commented Nov 3, 2023

To add it, we need to wait for the field capabilities endpoint in the Quickwit ES compatible API.

Context: a Quickwit index has generally many dynamic fields, this means that the doc mapping does not contain fields that can be present in documents. Instead of using the doc mapping to be aware of existing fields, we should use the field capabilities endpoint to retrieve existing fields.

elastic-query-editor-10 1

@fmassot fmassot changed the title Add autocompletion in the search bar in the explore view Add autocompletion in the search query input Nov 3, 2023
@fmassot fmassot changed the title Add autocompletion in the search query input Add autocompletion in the search query editor Nov 3, 2023
@fmassot fmassot self-assigned this Feb 5, 2024
@fmassot fmassot moved this from Todo to In Progress in Quickwit grafana datasource 0.4.0 Feb 6, 2024
@fmassot fmassot assigned ddelemeny and unassigned fmassot Feb 6, 2024
@fmassot fmassot moved this from In Progress to To review in Quickwit grafana datasource 0.4.0 Feb 6, 2024
@ddelemeny ddelemeny linked a pull request Feb 6, 2024 that will close this issue
@fmassot fmassot closed this as completed Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants