LogicalNot Criterion¶
The LogicalNot Search Criterion matches content URL if the provided Criterion doesn't match.
It takes only one Criterion in the array parameter.
Arguments¶
criterion- represents the Criterion that should be negated
Example¶
You can use this Search Criterion over the REST API, in the payload of the POST /views request:
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 9 | |