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.
IsContainer Criterion¶
The IsContainer
Search Criterion searches for content items based on whether they are containers (i.e., can contain other content items).
Arguments¶
value
– boolean (optional, default:true
). Iftrue
, searches for content that is a container. Iffalse
, searches for content that is not a container.
Limitations¶
The IsContainer
Criterion can be used on all search engines.
Example¶
PHP¶
1 2 |
|