Answer the question
In order to leave comments, you need to log in
How to find element in nesting and delete in MongoDB?
Good evening! Searched for an answer but didn't find it. Help me please.
There is a user model:
{
id: 1,
items: [
{
_id: 24123123dsfasdf32,
text: 'string'
}
]
},
{
id: 2,
items: [
{
_id: 2sdfsdfsdf4123123dsfasdf32,
text: 'string2'
}
]
}
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