Owl\Services\SearchService::itemMatch PHP 메소드

itemMatch() 공개 메소드

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