-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Not Needed
-
None
Originally reported as a comment on the 1.40 release: https://jira.mongodb.org/browse/COMPASS-7351?focusedCommentId=5796019&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-5796019
Queries including a date that were working prior to 1.40.4 no longer work
For example:
'who.creationDate':{"$gte":new ISODate("2023-10-18T00:00:00Z")}
I had to modify the query to the following for it to work:
"who.creationDate":{"$gte""2023-10-20")}