You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.
Yeah, there's no string concatenation. I purposefully avoided documenting variables because I wasn't sure I wanted to keep that construct. And yeah, even less in references.
Sometimes I have similar changes with a small change in the query.
.es(index="users" q="+signup_date:[2015-12-01 TO 2015-12-31] +action:save")
And I have another chart that needs the same thing but with "+action:edit",
It would be great if I could do something like:
$action="save", .es(index="users" q="+signup_date:[2015-12-01 TO 2015-12-31] +action:$action")
and then in a different chart use (@1, $action="edit")
Additionally, it would be nice to be able to override basic components of the reference like:
(@1 index="users-new")
or similar.
The text was updated successfully, but these errors were encountered: