Essaye ça. Requêtes utilisant $in
et $all
ne fonctionnent pas tout à fait de la même manière.
{"tags": { $all: [
{"$elemMatch": {"_id": "5271318ea7d63ba9a25045ad"}},
{"$elemMatch": {"_id": "526ffafba7d63ba9a25045a9"}}]
}}
Essaye ça. Requêtes utilisant $in
et $all
ne fonctionnent pas tout à fait de la même manière.
{"tags": { $all: [
{"$elemMatch": {"_id": "5271318ea7d63ba9a25045ad"}},
{"$elemMatch": {"_id": "526ffafba7d63ba9a25045a9"}}]
}}