Ah, $documents
is new in version 6.0 - are you using an older version? The same thing can be done without 6.0 by generating an array of dates with same $map
+$range
and then an $unwind
…
2 Likes
Ah, $documents
is new in version 6.0 - are you using an older version? The same thing can be done without 6.0 by generating an array of dates with same $map
+$range
and then an $unwind
…