Property | Type | Description | |
---|---|---|---|
$delimiters | a list of characters that should be used as word delimiters. | ||
$stopWords | a list of stopwords to remove from the token list. |
Method | Description | |
---|---|---|
tokenize ( string $string ) : array | Tokenizes a string and returns an array of the following format: | |
tokenizeJs ( ) : string | Returns a javascript equivalent of [[tokenize]] that will be used on client side to tokenize the search query. |
public tokenizeJs ( ) : string | ||
return | string |
public $delimiters |