Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Query/
H A DQueryEvaluator.php79 $phrase = substr($token, 3);
84 $stack[] = $this->matchPhrase($phrase, $this->materialize($candidates));
208 * @param string $phrase the phrase to search for
212 protected function matchPhrase(string $phrase, PageSet $candidates): PageSet argument
218 'phrase' => $phrase,
224 if (str_contains($text, $phrase)) {