We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I want to update one document and precisely one element in array of subdocument, mongo-java-server doesn't find match.
For example :
myCollection.updateOne( and(eq("_id", myId), , eq("myArray._id", new ObjectId(myArrayId))), set("myArray.$.name", newName) );
The result of this update don't find match neither modified count :
AcknowledgedUpdateResult{matchedCount=0, modifiedCount=0, upsertedId=null}
Using the version 1.45.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: