AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
58 stars 8 forks source link

Autocompletion for queries on different endpoints #127

Closed SosthenG closed 9 months ago

SosthenG commented 10 months ago

Is your feature request related to a problem?

I noticed that in the REST console, if I change the endpoint (to _count or _update_by_query for example), the query autocompletion does not work. It appears to only works on the _search endpoit.

Describe the solution you'd like

Have query autocompletion working on every endpoint that supports a query : _count, _update_by_query, _delete_by_query (and may be more I don't know, but you might be able to check if the json has a "query" node and enable autocomplete from that)

Additional context

No response

AntonShuvaev commented 10 months ago

Thanks for the suggestion. Will do it in the next version.

AntonShuvaev commented 9 months ago

Implemented in version 2023.2.8