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
Can you provide a minimal, complete example that reproduces the issue you're having? Showing data models, example documents in MongoDB, how you query documents, what indices you have etc.
when I used index like “create_time.seconds” as a cursor field to query data, the program can't get the correct next page token, see the source code:
It just assign "create_index.seconds" to doc and matching doc map, I think it should be look like this:
Just a example~
The text was updated successfully, but these errors were encountered: