PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Monday the 4th of May, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[13:32:44] <wolfcomm> if the matchedCount does not equal the modifiedCount of an updateMany within a transaction, will the transaction fail with an exception?
[14:54:46] <mnr200> Hello, so I have two fields called `username` and `first_name` in a collection called `users`, and I need to search it with a value for either of them like username== value or first_name==value
[14:55:07] <mnr200> How can I do it in Golang with the mongo-go-driver?