Exemplo n.º 1
0
 public function result_count()
 {
     return $this->query_result->count();
 }
Exemplo n.º 2
0
 public function result_count()
 {
     return $GLOBALS['Language']->getText('plugin_fulltextsearch', 'result_count', array($this->query_result->count(), number_format($this->query_result->getQueryTime(), 2, '.', '')));
 }
Exemplo n.º 3
0
 public function has_results()
 {
     return $this->query_result->count() > 0;
 }