Owl\Services\SearchService::itemMatch PHP Method

itemMatch() public method

item match
public itemMatch ( string $str, integer $limit = 10, integer $offset ) : array
$str string
$limit integer
$offset integer
return array
    public function itemMatch($str, $limit = 10, $offset = 0)
    {
        return $this->itemFtsRepo->match($str, $limit, $offset);
    }