Lines Matching defs:highlight
17 protected $highlight = [];
24 * @param array $highlight array of strings to be highlighted
26 public function __construct(array $pageLookupResults, array $fullTextResults, $highlight)
37 $this->highlight = $highlight;
53 $searchHTML .= $this->getFulltextResultsHTML($this->fullTextResults, $this->highlight);
488 $pagename .= ':' . cleanID(implode(' ', $parsedQuery['highlight']));
535 * @param array $highlight the terms to be highlighted in the results
539 protected function getFulltextResultsHTML($data, $highlight)
556 $resultLink = html_wikilink(':' . $id, null, $highlight);
578 $resultBody['snippet'] = ft_snippet($id, $highlight);