Skip to content

Commit 5d34c76

Browse files
committed
debug
1 parent 55d8d76 commit 5d34c76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ActiveDataProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ protected function prepareTotalCount()
138138
}
139139

140140
$results = $this->getQueryResults();
141+
142+
var_dump($results);
143+
141144
if (isset($results['hits']['total'])) {
142145
return is_array($results['hits']['total']) ? (int) $results['hits']['total']['value'] : (int) $results['hits']['total'];
143146
}

0 commit comments

Comments
 (0)