spellcheck->suggestions)) { $suggestions = $response->spellcheck->suggestions; foreach ($suggestions as $word => $data) { foreach ($data->suggestion as $suggestion) { $this->addSuggestion(new SearchApiSpellcheckSuggestion($word, $suggestion)); } } } } }