Searched refs:phrase (Results 1 – 2 of 2) sorted by relevance
79 $phrase = substr($token, 3);84 $stack[] = $this->matchPhrase($phrase, $this->materialize($candidates));208 * @param string $phrase the phrase to search for212 protected function matchPhrase(string $phrase, PageSet $candidates): PageSet argument218 'phrase' => $phrase,224 if (str_contains($text, $phrase)) {
262 …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.