Categories
How to find value in MongoDB object?
I have account: {messages: 0} , how do I access the messages value with find_one?
Answer the question
In order to leave comments, you need to log in
Like this: ...find_one({'account.messages': 0})
...find_one({'account.messages': 0})
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question