If you are comparing values containing URI special characters, you should URI encode the value in your filter expression. See MDN Web Docs.
Examples
Examples of supported binary operators & expressions:- JavaScript
- JSON
EQUALS operator
- JavaScript
- JSON
NOT EQUALS operator
- JavaScript
- JSON
AND operator
- JavaScript
- JSON
OR operator
- JavaScript
- JSON
An array contains any matching value:
Please note that our filter expressions only support one use of
E.g.
any per expression.E.g.
properties.tags/any(t: t eq 'tag1') or properties.tags/any(t: t eq 'tag2') is not supported.- JavaScript
- JSON
Check whether the element exists in this collection
- JavaScript
- JSON
Full example