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

Refactor Matcher/QueryExpression

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 2.5.0
    • 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

        Issue Links

          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: