Generate placeholders for closed range predicates in MatchExpressions

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 6.0.2, 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • QO 2022-08-08, QO 2022-08-22
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Utilize index bounds logic to generate a single encryption placeholder for queries in the form:

      { $age: {$gt: 23, $lte: 35} }
      

      Will be rewritten as:

      { $age: {$internalFLEBetween: <placeholder representing (23, 35]>} }
      

              Assignee:
              Davis Haupt (Inactive)
              Reporter:
              Davis Haupt (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: