Dynamic controls cannot be used for unlimited/numeric searches #62302
Labels
Feature:Input Control
Input controls visualization
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Kibana version: 7.6.1
Elasticsearch version: 7.6.1
Server OS version: Ubuntu 18.04
Browser version: Firefox
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.): Docker
Describe the bug: I want to use a control to allow the user to select one particular document via ID. A control to search for a numeric ID does not find all IDs. Upon entering a correct ID, it says the ID "does not match any options".
Steps to reproduce:
Expected behavior: The ID should be findable.
Screenshots (if relevant):
This is the control itself:
This is when it does not find the ID 35:
However, the ID exists in the data (and of course, in the corresponding index):
The field is a numeric field, and the index mapping has been refreshed.
I found out that this is because the size of the options (10 in my case) determines the amount of IDs that can be found at all. It was not clear to me, at all, that these options fields are pre-populated and can only be used for a limited set of values in the case of numeric values.
The text was updated successfully, but these errors were encountered: