Searched refs:addPageWords (Results 1 – 3 of 3) sorted by relevance
24 $indexer->addPageWords('testpage', '0x1 002');25 $indexer->addPageWords('notfound', '0x2');48 $indexer->addPageWords('testpage', '| 1010 | Dallas |');51 $indexer->addPageWords('notfound', '| 1010 | Dallas |');
194 $result = $Indexer->addPageWords($page, $body);
35 public function addPageWords($page, $text) function in dokuwiki\\Search\\Indexer