Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark Paluch opened DATAMONGO-1391 and commented
MongoDB 3.2 introduces an enhanced syntax for $unwind:
$unwind
{ $unwind: { path: <field path>, includeArrayIndex: <string>, preserveNullAndEmptyArrays: <boolean> } }
The currently supported syntax contains only the path
path
Reference URL: https://docs.mongodb.org/manual/reference/operator/aggregation/unwind/
Referenced from: pull request #355
The text was updated successfully, but these errors were encountered:
mp911de
No branches or pull requests
Mark Paluch opened DATAMONGO-1391 and commented
MongoDB 3.2 introduces an enhanced syntax for
$unwind
:The currently supported syntax contains only the
path
Reference URL: https://docs.mongodb.org/manual/reference/operator/aggregation/unwind/
Referenced from: pull request #355
The text was updated successfully, but these errors were encountered: