[KQL] Support single-character wildcard #36574
Labels
enhancement
New value added to drive a business result
Feature:KQL
KQL
Feature:Search
Querying infrastructure in Kibana
Icebox
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Lucene query syntax allows for single character wildcards with a
?
. There appears to be no equivalent in Kibana query language. Some users would like to have this functionality when using KQL.Note: Similar functionality is possible with an
*
in the middle of a string, but likely will return more results.customer_namer: M*t
could returnMatt
whereascustomer_namer: M?t
could only return a name with the length of 3, such asMat
The text was updated successfully, but these errors were encountered: