Je kan niet gebruik regex in projectie. U moet expliciet de projection
. specificeren argument aan de .find()
methode
db.collection.find({},
{
"data.2007.actual": 1,
"data.2007.upper_end_of_range": 1,
"data.2008.actual": 1,
"data.2008.upper_end_of_range": 1,
"table_name": 1
}
)