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

[FLE] Handle comparisons to objects in a match expression

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.10
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None
    • Fully Compatible
    • Query 2019-03-11, Query 2019-03-25

      Given the amount of code re-use, this ticket should handle the following cases:

      • Reject regex elements within a $in expression.
      • Encrypted elements within object in a $in expression
      • Encrypted elements in RHS object of comparison expressions:
        {a: {$eq: {b: 1}}}
        {a: {$gt: {b: 1}}
        ...
        

        Note that an encrypted field in a non-equality comparison should fail.

       

            Assignee:
            nicholas.zolnierz@mongodb.com Nicholas Zolnierz
            Reporter:
            nicholas.zolnierz@mongodb.com Nicholas Zolnierz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: