You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm closing this since I couldn't reproduce it, given that ResultList.totalCount is a long. Of course it will be reopened should we get a positive test case.
Starting a query with
setAskTotalCount(true);
, but returning zero entries will return a result with agetTotalCount() = null
.I would expect
getTotalCount()
to never returnnull
ifsetAskTotalCount(true)
was called.The text was updated successfully, but these errors were encountered: