The expression return $result returns the type Suilven\FreeTextSearch\Container\SearchResults which is incompatible with the documented return type array<string,array<string,string>>.
Loading history...
52
}
53
54
55
/** @param \SilverStripe\ORM\DataObject $dataObject a dataObject relevant to the index */
56
public function searchForSimilar(DataObject $dataObject): SearchResults