Skip to content

Autocomplete breaks for all children of bool->filter #53510

@senorsunday

Description

@senorsunday

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:

  1. Create a query using "must" seeing autocomplete working
  2. 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

No one assigned

    Labels

    Feature:ConsoleDev Tools Console FeatureFeature:Dev ToolsTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions