Hi,
does anyone have a list of possible boolean expressions for the placement requirements.
E.g. what is used for unequal? Is it != or <>?
Can AND and OR be used and if yes how? Is it AND or &&?
What about brackets and regular expressions?
…
Is there a full list somewhere?
Or maybe a hint if it uses Ruby style operators.
Thanks