Home
last modified time | relevance | path

Searched refs:phrase (Results 1 – 2 of 2) 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)) {
/dokuwiki/inc/Search/
H A Dconcept.txt262 …tion (RPN) used by the evaluator, plus extracted highlights, word lists, phrase lists, and namespa…
297 * [[devel:event:FULLTEXT_PHRASE_MATCH]] - Override phrase matching logic.