Owl\Services\SearchService::itemMatchCount PHP Method

itemMatchCount() public method

item matchCount
public itemMatchCount ( string $str ) : array
$str string
return array
    public function itemMatchCount($str)
    {
        return $this->itemFtsRepo->matchCount($str);
    }