-
Notifications
You must be signed in to change notification settings - Fork 10
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
Wildcard in a text box escapes the wildcard #130
Comments
everything is escaped when sent via query it seems. This severely limits the use of variables as a way to drill down for search. |
@mzupan @uptickmetachu I think it's possible to avoid this pb. On Fly.io we have a query text box, and this works: To give you the full query run on Fly: Note that in the grafana plugin, the default boolean operator is |
Yup works for me! I do have to use some querybuilding trickery to make it work as a field exists |
thanks finally got around to this but ${query:text} seemed to fix the issue |
Using the plugin, if I set a textbox variable and use a wildcard like
In the query it is escaping the
*
. Here is the query it sent to quickwitThis is my query for the graph
Also tried
The text was updated successfully, but these errors were encountered: