We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The problem still persist when doing aggregate with customFieldDate as pointed out by this scenario.
customFieldDate
This is my scenario of aggregation. I have tried this one using MongoDB Compass to simulate the results and that works.
[ { group: { _id: "$shiftId", openedAt: { $first: "$shift._created_at" } } }, { match: { openedAt: { $gte: new Date() } } } ]
Create an aggregation similar to above sample.
Empty array
Results filtered by openedAt
openedAt
Server
Database
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
The problem still persist when doing aggregate with
customFieldDate
as pointed out by this scenario.This is my scenario of aggregation. I have tried this one using MongoDB Compass to simulate the results and that works.
Steps to reproduce
Create an aggregation similar to above sample.
Expected Results
Empty array
Actual Outcome
Results filtered by
openedAt
Environment Setup
Server
Database
The text was updated successfully, but these errors were encountered: