Hi @00_00_00,
The uploaded pic has the marked element as an array object therefore you need to use $pull update to remove it.
db.menus.update({menusName : "333"},{$pull : { children : { menusName : "333" }}})
Best
Pavel
Hi @00_00_00,
The uploaded pic has the marked element as an array object therefore you need to use $pull update to remove it.
db.menus.update({menusName : "333"},{$pull : { children : { menusName : "333" }}})
Best
Pavel