[UnifiedFieldList] Improve search for fieldnames by handling spaces like wildcards #165821
Labels
Feature:UnifiedFieldList
The unified field list component used by Lens & Discover
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
papercut
Small "burr" in the product that we should fix.
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
usability
Describe the feature:
When users enter spaces in the field search on the UnifiedFieldList in Discover & Lens, those should be handled like wildcards. This would make the search for fields when entering e.g.
container mem
successful, so long field name paths likecontainer.ftw.memory
could be found in a quicker way. Currently no matching field would be found.Describe a specific use case for the feature:
Search for geo returns results:
Search for geo name doesn't
This search should return
geo.city_name
,geo.contintent_name
,geo.region_name
The text was updated successfully, but these errors were encountered: