I am just curious if there is a way to use the "-" appending format for
appending OR conditions to an object. For example:

There exist object a
   -where property1 is "Value1"
   -or where property2 is "Value2"


This would equate to the drl:

Object(property1=="Value1" || property2=="Value2")

Is this possible or a trick to get something similar? Worst case I can just
separate to two individual rules.

--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools-5-3-DSL-Or-conditions-tp3703338p3703338.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to