Doctrine\Search\Query::searchWith PHP Method

searchWith() public method

Set the query object to be executed on the search engine
public searchWith ( mixed $query )
$query mixed
    public function searchWith($query)
    {
        $this->query = $query;
        return $this;
    }