We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b5799 commit 858c95aCopy full SHA for 858c95a
docs/examples/queryable_encryption-explicit.php
@@ -91,4 +91,4 @@
91
92
/* Using the client configured with encryption (but not automatic encryption),
93
* find the document and observe that the fields are automatically decrypted. */
94
-print_r($encryptedCollection->findOne(['encryptedIndexed' => $findPayload]));
+print_r($encryptedCollection->findOne(['encryptedIndexed' => $indexedFindPayload]));
0 commit comments