Home
last modified time | relevance | path

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

/plugin/statistics/
H A Daction.php105 $hlp->Logger()->log_search('', $event->data['query'], $event->data['highlight'], 'dokuwiki');
/plugin/statistics/inc/
H A DStatisticsLogger.class.php178 $this->log_search($_REQUEST['p'], $query, $words, $name);
184 public function log_search($page, $query, $words, $engine) { function in StatisticsLogger