You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The left part is the scalar value, while the right part is an array of scalar values.
It would be nice to extend this type of condition by allowing the left part to be an array too. This way we can build an "array intersect" condition when the condition evaluates to true if ALL values in the left array are found in the right array.
The perfect example is the statement that is applicable ONLY if user belongs to two roles:
Currently, the expected "In" condition is the following:
The left part is the scalar value, while the right part is an array of scalar values.
It would be nice to extend this type of condition by allowing the left part to be an array too. This way we can build an "array intersect" condition when the condition evaluates to
true
if ALL values in the left array are found in the right array.The perfect example is the statement that is applicable ONLY if user belongs to two roles:
or something like:
The text was updated successfully, but these errors were encountered: