Filter not working on "Controls Visualization" #77064
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Input Control
Input controls visualization
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Kibana version: 7.9.0
Elasticsearch version: 7.9.0
Server OS version: CentOS 7.8
Browser version: Chrome 85.0.4183.102
Browser OS version: Windows 10 - version 1909
Original install method (e.g. download page, yum, from source, etc.):
yum
Describe the bug:
I have a 'user_name' field that contains an user "--". I want to filter out this user from the "options list". The same filter works in a vertical bar visualization, but not on 'controls visualization'.
Steps to reproduce:
"{
"query": {
"match_phrase": {
"user_name.keyword": "--"
}
}
}
Expected behavior:
User '--' would not appear on the list.
Screenshots (if relevant):
https://prnt.sc/uech52
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: