OAL Filter expressions link #7624
-
The expressions support linking by and, or and (...). The OPs support ==, !=, >, <, >=, <=, in [...] ,like %..., like ...% , like %...% , contain and not contain, with type detection based on field type. In the event of incompatibility, compile or code generation errors may be triggered. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You could use filter as chain mode to support AND. |
Beta Was this translation helpful? Give feedback.
You could use filter as chain mode to support AND.
And contain accept an array, which means OR.