Answer the question
In order to leave comments, you need to log in
MongoDB. How to query array elements?
Let's say we have an array:
'Pages': {
{
'title' => 'Page title 1',
'tags' => ['Images', 'Movies']
},
{
'title' => 'Page title 2',
'tags' => ['Travels']
},
// ...
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question