class SearchCriteria
Represents the criteria that will determine the entire result set of a query. The limit and offset are not included because they only determine which part of the entire result set will be returned.
Methods
__construct(User $actor, array $filters, int|null $limit = null, int $offset = 0, array|null $sort = null, bool $sortIsDefault = false)
No description