Hey everyone I am trying to replicate this query in PHP
using MongoClient
.
db.rss.find({'channel__list.items.item.sd:ids.sd:id.sd:id':
'6a81cc65- fc97-40d2-9c95-74cbfd25626e'})
Can someone help me out with this issue? I am not exactly sure how to access elements inside of elements using the find command on MongoClient
, thank you!