-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.15.4
-
Component/s: Aggregation pipeline
-
None
This pipeline works in the shell, but not in the aggregation builder in Compass (see screenshot)
MongoDB Enterprise > db.deleteme.aggregate([
... {
... $project: {
... description:1,
... CLIENTE_ID: 1,
... SYSDATE: new Date()
{{... }}}
{{... }}}
... ])
{{
{ "_id" : ObjectId("5bb7b050a41eb377486854b2"), "SYSDATE" : ISODate("2018-10-09T19:33:29.364Z") }}}
{{
{ "_id" : ObjectId("5bb7b066a41eb377486854b3"), "SYSDATE" : ISODate("2018-10-09T19:33:29.364Z") }}}
MongoDB Enterprise >
- duplicates
-
COMPASS-3490 "new Date()" support for aggregation pipeline builder
- Closed