public function setupQuery() { if (!$this->requestQuery->has('q')) { return $this; } $this->nativeQueryGenerator->setQuery($this->requestQuery->get('q')); return $this; }