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
Can we support comparing number sizes using string types
The text was updated successfully, but these errors were encountered:
rule rule_2359427640113137664 "2359427640113137664" salience 4 { when ( Fact.Map["amount"] >= "10" ) then Fact.RuleResult.Append("success"); Fact.Log("hit rule:rule_2359427640113137664"); // remove current rule,else maybe execute repeatedly Retract("rule_2359427640113137664"); }
fact := vo.RuleFact{ Map: map[string]any{ "amount": "9", }, RuleResult: make([]string, 0, 16), }
Sorry, something went wrong.
No branches or pull requests
Can we support comparing number sizes using string types
The text was updated successfully, but these errors were encountered: