Query nested documents mongodb with python pymongo

Hi @harris,

You need a postional projection using a find operation:

{"samples.$.id13": 1 }

Thanks
Pavel

1 Like