Lines Matching +full:search +(+path:plugin +path:statistics) -(+path:plugin +path:statistics +path:lang)
116 * Log external search queries
118 * Will not write anything if the referer isn't a search engine
137 // check domain against common search engines
140 $type = 'search';
152 // try some generic search engin parameters
153 if($type != 'search') foreach(array('search', 'query', 'q', 'keywords', 'keyword') as $k) {
156 // we seem to have found some generic search, generate name from domain
160 $type = 'search';
165 if($type != 'search') return;
168 $query = preg_replace('/^(cache|related):[^\+]+/', '', $query); // non-search queries
182 * The given data to the search related tables
189 $sql = "INSERT INTO " . $this->hlp->prefix . "search
497 // use the popularity plugin's search method to find the wanted data
501 search($list, $conf['datadir'], array($pop,'searchCountCallback'), array('all' => false), '');
526 // use the popularity plugin's search method to find the wanted data
530 search($list, $conf['mediadir'], array($pop, 'searchCountCallback'), array('all' => true), '');