Skip to content

Queryable Encryption tutorial in PHP #6293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

GromNaN
Copy link
Member

@GromNaN GromNaN commented Apr 25, 2025

DESCRIPTION

I ported the queryable encryption tutorial in PHP

STAGING

JIRA

SELF-REVIEW CHECKLIST

  • Does each file have 3-5 taxonomy facet tags?
    See the taxonomy tagging instructions and this example PR
  • Is this free of any warnings or errors in the RST?
  • Is this free of spelling errors?
  • Is this free of grammatical errors?
  • Is this free of staging / rendering issues?
  • Are all the links working?

EXTERNAL REVIEW REQUIREMENTS

What's expected of an external reviewer?

Copy link

netlify bot commented Apr 25, 2025

👷 Deploy request for mongodb-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 5335d0b

'path' => 'patientRecord.ssn',
'bsonType' => 'string',
'queries' => ['queryType' => 'equality'],
'keyId' => null,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a difference with the node tutorial: keyId must be defined but it can be null. In node, it can be omitted.

fields: [
{
path: "patientRecord.ssn",
bsonType: "string",
queries: { queryType: "equality" },
},
{
path: "patientRecord.billing",
bsonType: "object",
},
],
},

@GromNaN
Copy link
Member Author

GromNaN commented Apr 25, 2025

To be continued DOCSP-49573

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant