Home
last modified time | relevance | path

Searched refs:getMinWordLength (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Search/
H A DTokenizer.php52 public static function getMinWordLength(): int function in dokuwiki\\Search\\Tokenizer
110 (!is_numeric($word) && strlen($word) < static::getMinWordLength())
133 return static::tokenLength($base) >= static::getMinWordLength();