Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KQL] Support single-character wildcard #36574

Closed
Tracked by #166068
alexfrancoeur opened this issue May 15, 2019 · 5 comments
Closed
Tracked by #166068

[KQL] Support single-character wildcard #36574

alexfrancoeur opened this issue May 15, 2019 · 5 comments
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 App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews)

Comments

@alexfrancoeur
Copy link

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 return Matt whereas customer_namer: M?t could only return a name with the length of 3, such as Mat

@alexfrancoeur alexfrancoeur added enhancement New value added to drive a business result Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:KQL KQL labels May 15, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app

@timroes timroes added Team:AppArch and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Feb 20, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@trickfountain
Copy link

+1
This would be very useful for your french (and other accented language) customers since it's a common "typo" that we have to deal with. For now I am using * wildcard but as Alex points out it's cleaner when you can simply use "?".

Also, accents are pretty common for the first letter and the use of * as a first character is specifically not recommended in ES docs (for good reasons).

Example: trying to search for "élevé". Would like to use "?lev?" Now I am using "lev" but it also returns unwanted match "relevé" and is expensive to run.

@exalate-issue-sync exalate-issue-sync bot added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort labels Jun 2, 2021
@lukasolson lukasolson changed the title Single character wildcards in Kibana query language [KQL] Support single-character wildcard May 11, 2022
@exalate-issue-sync exalate-issue-sync bot added loe:medium Medium Level of Effort and removed loe:small Small Level of Effort labels May 11, 2022
@petrklapka petrklapka added Feature:Search Querying infrastructure in Kibana Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews) and removed Team:AppServicesSv labels Nov 23, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@lukasolson lukasolson added impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. and removed impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. labels Feb 22, 2023
@kertal kertal added the Icebox label Oct 1, 2024
@kertal
Copy link
Member

kertal commented Oct 1, 2024

Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner.

@kertal kertal closed this as not planned Won't fix, can't repro, duplicate, stale Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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 App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews)
Projects
None yet
Development

No branches or pull requests

7 participants