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

Create $encryptedBetween MatchExpression

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • QO 2022-07-11, QO 2022-07-25

      At this stage, the $encryptedBetween MatchExpression should not have a runtime implementation, since it is just used for representing an encrypted range query before it gets rewritten to a $in query over tags on the server.

       

      MatchExpression base class: https://github.com/10gen/mongo/blob/e7f46169b50e7c7a2dd4077dc56f702fa391347b/src/mongo/db/matcher/expression.h?plain=1#L60

       

      Comparison MatchExpression class, for an example: https://github.com/10gen/mongo/blob/e7f46169b50e7c7a2dd4077dc56f702fa391347b/src/mongo/db/matcher/expression_leaf.h?plain=1#L126

            Assignee:
            davis.haupt@mongodb.com Davis Haupt (Inactive)
            Reporter:
            davis.haupt@mongodb.com Davis Haupt (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: