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]>} }
- depends on
-
SERVER-67210 Generate placeholders for open range predicates in MatchExpressions
-
- Closed
-