filter
FilterKeeps only the array items where a field matches a condition. Syntax: filter:field,operator,value. Operators: eq, ne, gt, gte, lt, lte, contains, startsWith, endsWith, matches.
Syntax
filter:field,operator,valuefieldObject field to test (supports dot-notation)operatorComparison operator: eq, ne, gt, gte, lt, lte, contains, startsWith, endsWith, matchesvalueValue to compare against (parsed as JSON when possible)