We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following are supposed to be working according to README.md but not. @nikunjy
parser.Evaluate("x eq 1 OR x eq 2", map[string]interface{}{"x": 1})
It would be nice to support || and && as equivalent of and and or.
||
&&
and
or
The text was updated successfully, but these errors were encountered:
Hey @yangzhaox yea I think I have that wrong only or and and are supported not the upper caps. I will try to extend if I get some time today.
Sorry, something went wrong.
No branches or pull requests
The following are supposed to be working according to README.md but not. @nikunjy
parser.Evaluate("x eq 1 OR x eq 2", map[string]interface{}{"x": 1})
It would be nice to support
||
and&&
as equivalent ofand
andor
.The text was updated successfully, but these errors were encountered: