This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
LogicalNot Criterion¶
The LogicalNot
Search Criterion matches content 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
Limitations¶
LogicalNot
can be used on all search engines.
Example¶
PHP¶
1 2 3 |
|
REST API¶
1 2 3 4 5 6 7 |
|
1 2 3 4 5 6 7 8 9 |
|