search() public method
Executes the query and returns the complete search result including e.g. hits, facets.
public array search ( $db = null ) | ||
---|---|---|
$db | yii\sphinx\Connection |
The Sphinx connection used to generate the SQL statement. |
return | array |
The query results. |
Please login to continue.