25 parent::__construct();
28 $this->totalHits = $total;
40 if ( $this->resultSet ===
false ) {
44 return $this->resultSet->numRows();
48 if ( $this->resultSet ===
false ) {
52 if ( $this->results ===
null ) {
54 $this->resultSet->rewind();
55 $terms = \MediaWiki\MediaWikiServices::getInstance()->getContentLanguage()
56 ->convertForSearchResult( $this->terms );
57 while ( ( $row = $this->resultSet->fetchObject() ) !==
false ) {
63 $this->results[] = $result;
70 if ( !is_null( $this->totalHits ) ) {