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

[feature request] Operator for verifying whether a value is present #1203

Closed
rossmcdonald opened this issue Feb 16, 2017 · 1 comment
Closed

Comments

@rossmcdonald
Copy link
Contributor

Add a function that is able to be referenced in a lambda expression that returns a boolean based on whether the field/tag key is present. For example:

|eval(lambda: is_present("myfield"))

Which would return TRUE if myfield is a valid identifier and FALSE otherwise.

/cc @kostasb

@desa
Copy link
Contributor

desa commented Aug 3, 2017

Going to close this as it was delivered a while ago.

@desa desa closed this as completed Aug 3, 2017
@ghost ghost removed the delivered label Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants