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.
MatchAll Criterion¶
The MatchAll
Search Criterion is an auxiliary Criterion that returns all search results.
It's used internally when no filter or query is provided on a Query object.
The Criterion takes no arguments.
Arguments¶
This criterion does not require any arguments.
Limitations¶
MatchAll
can be used on all search engines.
Example¶
PHP¶
1 |
|