Skip to content

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
$query->query = new Criterion\MatchAll();