/**
  * @inheritdoc
  */
 public function search($query)
 {
     return $this->searchProvider->search($query, Query::HYDRATE_ARRAY);
 }