Replies: 0 comments 3 replies
-
Does not the below query returning expected result? Cursor cursor = collection.find(eq("a", 1)); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Say I have:
How can I get a
Cursor
that returns the first two entries (because their values fora
are equal)?Beta Was this translation helpful? Give feedback.
All reactions