Searched refs:getTotalFound (Results 1 – 6 of 6) sorted by relevance
153 $totalFound = $search->getTotalFound();
198 public function getTotalFound() function in SphinxSearch
147 $totalFound = $search->getTotalFound();
197 public function getTotalFound() function in SphinxSearch
47 $total = $search->getTotalFound();
181 public function getTotalFound(): int { return (int)($this->_result['total_found'] ?? 0); } function in SphinxSearch