-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compare index type ObjectId in array doesn't work #232
Comments
I’m not able to reproduce the bug that you reported. I’ve added a new test case via 911b120. How do I need to modify the test to reproduce your issue? |
I think it is more about the result of updateOne request than the data that change. For one use case I need to have the AcknowledgedupdateResult that has the correct matchedCount and modifiedCount. |
I included the |
I think it work well now, I'm not able to reproduce the error. I close the issue. |
When I want to update one document and precisely one element in array of subdocument, mongo-java-server doesn't find match.
For example :
The result of this update don't find match neither modified count :
Using the version 1.45.0
The text was updated successfully, but these errors were encountered: