54509: Query expression contains too many operators
SYNC
ERROR
The query expression must contain less than 30 operators.
- The query expression contains 30 or more operators, probably a user-facing edge case or a programming error.
- Rewrite the query or the code generating it to use fewer operators or issue separate queries. You can use any combination of the following operators:
and
,or
,in
,eq
,not_in
,not_eq
,contains
, however overall number of operators in any query expression must be less than 30.