diff --git a/src/contracts/Repository/Values/Content/Search/SearchResult.php b/src/contracts/Repository/Values/Content/Search/SearchResult.php index 11c9c117ff..99569c4122 100644 --- a/src/contracts/Repository/Values/Content/Search/SearchResult.php +++ b/src/contracts/Repository/Values/Content/Search/SearchResult.php @@ -73,10 +73,7 @@ class SearchResult extends ValueObject implements IteratorAggregate, Aggregation public $maxScore; /** - * The total number of searchHits. public function getSpellSuggestion(): ?SpellcheckResult. - { - return $this->spellSuggestion; - } + * The total number of searchHits. * * `null` if Query->performCount was set to false and search engine avoids search lookup. *