Replies: 2 comments 2 replies
-
The rules are written in a way that's to my knowledge allowed in SIGMAC. So they should be fine. If the behavior is deprecated in PySIGMA (for some reason). We will treat them in a similar way to the rules using correlations (pipe, near...etc.). This means once PySIGMA is prod and SIGMAC is deprecated we will modify the rules to use the new syntax. But for now, I think this should be solved in PySIGMA. Either we convert them in a similar way to SIGMAC or we put up a warning. |
Beta Was this translation helpful? Give feedback.
-
This can be really confusing for rule writers because the behavior could be contradictory to their expectations, even when we decide on one and specify this. It is possible to use To make the whole thing consistent I propose the distinction mentioned above and to make it an error case when |
Beta Was this translation helpful? Give feedback.
-
from Lists combined with "all of" parsing in unexpected way
When we use
all of keywords
in condition it is to search all the string of the list with an AND whitout fieldname.But is a mix of modifer in the condition.
A way can be to have a generic field name and use the
|all
.Backend should say this reserved name is not a field name but a ubound search.
Beta Was this translation helpful? Give feedback.
All reactions