@@ -12,9 +12,9 @@ In-Use Encryption Tutorial
1212 :depth: 1
1313 :class: singlecol
1414
15- In-Use Encryption allows you to connect to your deployments using :v6.0:`Queryable
16- Encryption </core/queryable-encryption/>`. This connection method allows you to
17- encrypt a subset of fields in your collections.
15+ In-Use Encryption allows you to connect to your deployments using
16+ :v7.0:`{+qe+} </core/queryable-encryption/>`. This connection method
17+ allows you to encrypt a subset of fields in your collections.
1818
1919You can also use :manual:`CSFLE </core/csfle/>` to encrypt a subset of fields
2020in your collection. CSFLE encryption is enabled through the schema editor.
@@ -23,7 +23,7 @@ Overview
2323--------
2424
2525This guide shows you how to connect to your deployment and collections using
26- Queryable Encryption .
26+ {+qe+} .
2727
2828This guide uses the `air_airlines.json <https://raw.githubusercontent.com/mongodb/docs-assets/compass/air_airlines.json>`__
2929data set in the guided examples. The guide covers the process of importing
@@ -45,9 +45,12 @@ Create Your Encrypted Collection
4545--------------------------------
4646
4747Once your deployment is connected using In-Use Encryption, create your collection
48- using Queryable Encryption . You can create a new database and collection or you
48+ using {+qe+} . You can create a new database and collection or you
4949can create a new collection in an existing database.
5050
51+ {+qe+} supports new collections only. You can't enable {+qe+}
52+ on existing collections.
53+
5154Procedure
5255~~~~~~~~~
5356
@@ -61,7 +64,7 @@ Procedure
6164
6265 .. step:: Click the :guilabel:`Advanced Collection Options` drop down.
6366
64- .. step:: Check the :guilabel:`Queryable Encryption ` box.
67+ .. step:: Check the :guilabel:`{+qe+} ` box.
6568
6669 .. step:: Specify your :guilabel:`Encrypted Fields`.
6770
@@ -75,11 +78,11 @@ Procedure
7578 Here, the encrypted field is the ``base`` field of the ``air_airlines``
7679 data set.
7780
78- For more information, see :v6 .0:`Encrypted Fields </core/queryable-encryption/fundamentals/encrypt-and-query/>`.
81+ For more information, see :v7 .0:`Encrypted Fields </core/queryable-encryption/fundamentals/encrypt-and-query/>`.
7982
80- .. step:: (Optional) Specify :v6 .0:`KMS Provider </core/queryable-encryption/fundamentals/kms-providers/>`.
83+ .. step:: (Optional) Specify :v7 .0:`KMS Provider </core/queryable-encryption/fundamentals/kms-providers/>`.
8184
82- .. step:: (Optional) Specify :v6 .0:`Key Encryption Key </core/queryable-encryption/fundamentals/keys-key-vaults/>`.
85+ .. step:: (Optional) Specify :v7 .0:`Key Encryption Key </core/queryable-encryption/fundamentals/keys-key-vaults/>`.
8386
8487 .. step:: Click :guilabel:`Create Database` or :guilabel:`Create Collection`.
8588
@@ -91,7 +94,7 @@ Import Your Data
9194
9295 .. step:: Click on your collection on the left-hand navigation banner.
9396
94- The collection has a :guilabel:`Queryable Encryption ` badge next to
97+ The collection has a :guilabel:`{+qe+} ` badge next to
9598 its name to indicate that fields in that collection are encrypted.
9699
97100 .. step:: Click :guilabel:`Add Data`.
0 commit comments