-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Labels
Feature:ConsoleDev Tools Console FeatureDev Tools Console FeatureFeature:Dev ToolsTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Description
Kibana version: 7.4.1
Elasticsearch version: 7.4.1
Server OS version: Ubuntu 18
Browser version: Firefox 71
Browser OS version: Windows
Original install method (e.g. download page, yum, from source, etc.): docker
Describe the bug:
Typing an a word (quoted or otherwise) for part of a query does not bring up the autocomplete dropdown for any children of "bool":{"filter", nor does CTRL/CMD+Space.
Steps to reproduce:
- Create a query using
"must"seeing autocomplete working - Change
"must"to"filter"and see it stop working
GET telemetry/_search
{
"query": {
"bool": {
"filter": [
{ter}
]
}
}
}Expected behavior:
Autocomplete for inside "must" & "filter" queries should be identical
Screenshots (if relevant):
Errors in browser console (if relevant): No errors
Provide logs and/or server output (if relevant): No errors
Any additional context:
Metadata
Metadata
Assignees
Labels
Feature:ConsoleDev Tools Console FeatureDev Tools Console FeatureFeature:Dev ToolsTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience