U moet preserveNullAndEmptyArrays
. toevoegen eigendom binnen uw $unwind
operatie als volgt:
{
$unwind:
{
path: "$applications",
preserveNullAndEmptyArrays: true
}
}
U moet preserveNullAndEmptyArrays
. toevoegen eigendom binnen uw $unwind
operatie als volgt:
{
$unwind:
{
path: "$applications",
preserveNullAndEmptyArrays: true
}
}