Owl\Repositories\TagFtsRepositoryInterface::match PHP Method

match() public method

get tags data by string for FullTextSearch.
public match ( string $string, integer $limit = 10, integer $offset ) : array
$string string
$limit integer
$offset integer
return array
    public function match($string, $limit = 10, $offset = 0);
TagFtsRepositoryInterface