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

bool
isFulltext()

No description

Details

__construct(User $actor, array $filters, int|null $limit = null, int $offset = 0, array|null $sort = null, bool $sortIsDefault = false)

Parameters

User $actor
array $filters
int|null $limit
int $offset
array|null $sort
bool $sortIsDefault

bool isFulltext()

Return Value

bool