Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-6400

Refactor Matcher/QueryExpression

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 2.5.0
    • None
    • Internal Code, Querying
    • None
    • Minor Change

    Description

      Backward breaking changes:
      1: this now correctly matches everything :

      { a : { $not : { $gt : 5, $lt : 4 } } }

      2: no longer support broken geo within behavior:

      { loc : { home : [], work : [] } }

      3:

      { "a.b" : null }

      no longer matches

      { a : [] }

      4:

      { a : null }

      not impacted by sparse index on a

      5:

      { "a.b" : null }

      consistent

      Attachments

        Activity

          People

            eliot Eliot Horowitz (Inactive)
            ian@mongodb.com Ian Whalen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: