Skip to content
New issue

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

Cannot use _date in mongo aggregation #901

Open
Gervwyk opened this issue Oct 15, 2021 · 0 comments
Open

Cannot use _date in mongo aggregation #901

Gervwyk opened this issue Oct 15, 2021 · 0 comments
Labels
Bug Something isn't working

Comments

@Gervwyk
Copy link
Member

Gervwyk commented Oct 15, 2021

Describe the bug

Cannot use _date in MongoDB aggregation.

To Reproduce

The following match will not pass data.

$match
    $expr:
        $lte:
           - $incident_date
           - _if_none:
                - _state: filter_from_month
                - _date: '2100-01-01'

Lowdefy Version

3.22.0

@Gervwyk Gervwyk added the Bug Something isn't working label Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant