AntonShuvaev / elasticsearch4idea

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

Auto-Completion Feature for inner_hits in has_child and has_parent Queries #146

Closed getsolaris closed 4 months ago

getsolaris commented 4 months ago

Is your feature request related to a problem?

The lack of auto-completion for the inner_hits feature when using has_child and has_parent queries in Elasticsearch

ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/inner-hits.html

Describe the solution you'd like

Enhance the query-building experience by introducing an auto-completion or auto-suggestion feature for the inner_hits option. This will enable developers to easily include detailed information from related documents, enhancing the comprehensibility of search results.

Additional context

No response

AntonShuvaev commented 4 months ago

Thank you for the suggestion. I will add it in the next update.