FileIndexSearch
Table of Contents
Methods
- getCount() : int
- Counts rows in search result.
- getList() : Result
- Searches phrase by index.
- query() : Query
- Performs search query and returns result.
Methods
getCount()
Counts rows in search result.
public
static getCount(array<string|int, mixed> $filterIn) : int
Parameters
- $filterIn : array<string|int, mixed>
-
Filter params.
Return values
intgetList()
Searches phrase by index.
public
static getList(array<string|int, mixed> $params) : Result
Parameters
- $params : array<string|int, mixed>
-
Orm type params for the query.
Return values
Resultquery()
Performs search query and returns result.
public
static query([array<string|int, mixed> $params = [] ]) : Query
Parameters
- $params : array<string|int, mixed> = []
-
Orm type params for the query.