From 036141c9d7fd8543323d05e72171cbfdc9b71543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Sat, 4 Nov 2023 18:59:38 +0100 Subject: [PATCH] fixup! IBX-6649: Added support for spell checking --- .../Repository/Values/Content/Search/SearchResult.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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. *