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 observed that countWithoutIndex is always 1 (respecting the limit option as expected), but countWithIndex is not 1. It seems that the scan iterator does start at the provided index value ("bar"), but it doesn't stop at the given limit.
The text was updated successfully, but these errors were encountered:
https://discord.com/channels/830183651022471199/1050431029602697226/1050431029602697226
In a
useSubscribe
query, I have the following:I observed that
countWithoutIndex
is always 1 (respecting the limit option as expected), butcountWithIndex
is not 1. It seems that the scan iterator does start at the provided index value ("bar"), but it doesn't stop at the given limit.The text was updated successfully, but these errors were encountered: