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...
53
}
54
55
56
/** @param \SilverStripe\ORM\DataObject $dataObject a dataObject relevant to the index */
57
public function searchForSimilar(DataObject $dataObject): SearchResults