Queries including a date that were working prior to 1.40.4 no longer work

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Works as Designed
    • Priority: Major - P3
    • No version
    • 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")}
      

            Assignee:
            Unassigned
            Reporter:
            Maurizio Casimirri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: