Bolt\Storage\Query\SearchQuery::setParameters PHP Method

setParameters() public method

Sets the overall parameters on the query. This may include others than the search query itself which gets set to the 'filter' param.
public setParameters ( array $params )
$params array
    public function setParameters(array $params)
    {
        $this->params = $params;
    }