getTotalHits() returns (int)1 #2053
Unanswered
HuekoMundo
asked this question in
Q&A
Replies: 1 comment
-
Well, I check code im ResultSet.php and there is correct. but first I found this one and it seems that on my project is using old version of this library |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I got some strange bug. When I tried to get totalHits it returns 1. But I
var_dump
resultSet
and inside there is an array[hits] => Array( [total] => Array( [value] => 447 [relation] => eq )
How to fix this ? I need to get 447 istead of 1
Beta Was this translation helpful? Give feedback.
All reactions