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.
IsFieldEmpty Criterion¶
The IsFieldEmpty
Search Criterion
searches for content based on whether a specified Field is empty or not.
Arguments¶
fieldDefinitionIdentifier
- string representing the identifier of the Field- (optional)
value
- bool representing whether to search for empty (defaulttrue
), or non-empty Fields (false
)
Limitations¶
The IsFieldEmpty
Criterion is not available in Repository filtering.
The Richtext Field Type (ezrichtext
) is not searchable in the Legacy search engine.
Example¶
PHP¶
1 |
|
Use case¶
You can use the IsFieldEmpty
Criterion to search for articles that do not have an image:
1 2 3 4 5 6 |
|