[ES|QL] [Discover] Removes the suggestion selector #180249
Labels
enhancement
New value added to drive a business result
Feature:Discover
Discover Application
Feature:ES|QL
ES|QL related features in Kibana
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Team:ESQL
ES|QL related features in Kibana
Describe the feature:
In 8.11+ we introduced a suggestion dropdown on the unified histogram plugin, in the cases where the user is visualizing an ES|QL query with stats / keep.
On #175227 we decided to remove the suggestions selector:
The lens inline editing flyout has already this functionality. We are going to use this instead. In order to do so we need:
ChartConfigPanel
canEditTextBasedQuery
as false (or omit it, by default is false)ChartConfigPanel
needs to add an additional property theupdateSuggestion
. An example can be seen here https://github.com/elastic/kibana/blob/main/x-pack/plugins/lens/public/embeddable/embeddable.tsx#L812. So it should look likeThe text was updated successfully, but these errors were encountered: