Closed jmisur closed 3 months ago
We improved this behaviour as requested. It will convert all extended JSON params into JS before using.
This issue is fixed / available in the new release v1.14.1
https://github.com/mingo-app/mingo/releases/tag/v1.14.1
Please reopen this issue if necessary.
Describe the bug I'm copy-pasting an aggregation pipeline from spring mongodb log. The pipeline is working correctly in my application (records are found). It uses MongoDB Extended json relaxed date format.
However in Mingo, this produces no results for the match stage. When I rewrite it to
new Date
format, the results are there.The
startedAt
field in the document is of typeDate
.Screenshots
Desktop (please complete the following information):