public function search(SphinxQL $query) { $query->from($this->getId()); return $this->getClient()->query($query); }