Enhancement: SaaS Workflows Open Beta Update

Does operators like || (OR), && (AND) are supported in trigger filtering on the trigger step? I am trying to add filter like $.changes[?(@.attribute==‘manager’ || @.attribute==‘location’)].attribute but it is giving me below error -

I have tested JSONPath on Jayway JsonPath evaluator and it is working fine. So I believe there isn’t any issue with JSONPath.
Could you please suggest how to write filtering based on multiple attributes?