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

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Critical - P2
    • Resolution: Done
    • 6.2.0
    • 6.2 Targeted
    • manual, Server
    • None
    • Hide
      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"
             }
          ]
      }]}
      Show
      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

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                44 weeks, 6 days ago