public function getSuggestions()
 {
     return $this->result ? $this->result->getSuggestions() : [];
 }