Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-15753

[SERVER] Investigate changes in SERVER-67752: FLE2 Range Query: modify createCollection to accept range searches

      Original Downstream Change Summary

      This ticket (together with a subsequent one) extended createCollection with

      db.createCollection("<collectionName>",
      "encryptedFields" : {
      "escCollection", "eccCollection", "ecocCollection",
      "fields": [{
      "keyId", "path", "bsonType",
      "queries": [

      { "queryType": "equality" | "rangePreview" | // ← new ..., "min" : Number, // ← new "max" : Number, // ← new "precision" : Number, // ← new "sparsity" : Number, // ← new "contention" }

      ]
      }]}

      Description of Linked Ticket

      • new queryType, min, max, sparsity params

            Assignee:
            nick.villahermosa@mongodb.com Nick Villahermosa
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              1 year, 22 weeks, 1 day ago