Make controls drop down case-insensitive #58517
Labels
Feature:Input Control
Input controls visualization
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Input controls are very popular since it provides users easy way to filter and interact with their data. One of the problems is that they need to know exactly how the values are written to find them in the input controls.
When using a Kibana control (Experimental) in a high cardinality field the control gives you only the keyword field i.e. email.keyword and you need to type in the exact case (since it's keyword it needs to be an exact match). This is not a problem with low cardinality fields as they are pre-populated in the dropdown but it is for high cardinality fields. For instance, typing in [email protected] won't show [email protected] in the dropdown.
This means the user needs to know in advance the case while typing in which is not very practical.
Another result of this problem introduce a nagging doubt into the mind of a user: why can't I find my data?
The question then becomes, if I can find it here, where else cant I find the data I’m looking for.
Solution: By default make controls drop-down case-insensitive
The text was updated successfully, but these errors were encountered: