Refactor Matcher/QueryExpression

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 2.5.0
    • Affects Version/s: None
    • Component/s: Internal Code, Querying
    • None
    • Minor Change
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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

              Assignee:
              Eliot Horowitz (Inactive)
              Reporter:
              Ian Whalen (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: