Compound condition for some
function in decision table input
#300
-
When I use an expression like the following against input in my decision table it behaves as I expect:
but when I add something like the following to the condition, the
What am I misunderstanding or doing wrong here? Thanks in advance! Here's a small program I threw together showing the issue: https://github.com/matthurne/gorules-zen-sandbox The expected output is "found item where foo == 'myValue' and bar > 0" but the actual output I get is "only found item where bar > 0 but foo != 'myValue'" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@matthurne we don't have |
Beta Was this translation helpful? Give feedback.
-
Hi @matthurne, the issue has been identified and fix will be implemented in: #301. Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
Hi @matthurne, the issue has been identified and fix will be implemented in: #301. Thanks for reporting!