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
@vkarpov15 If there is no update to the document, the api currently doesn't return document. Will make the change to return document in this scenario too.
@maheshrajamani yes, findOneAndReplace() as well. Although it looks like findOneAndReplace() isn't affected - the following series of commands seems to result in a document being returned from findOneAndReplace():
Send the following commands to jsonapi and you'll see that
findOneAndUpdate()
returns no results, even though there's a document that matches.Change the last command to the following and a document is returned.
The text was updated successfully, but these errors were encountered: