-
Notifications
You must be signed in to change notification settings - Fork 456
CDRIVER-6044 Text search explicit encryption API and prose tests #2084
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
base: master
Are you sure you want to change the base?
Conversation
...oc/tests/client_side_encryption_prose/explicit_encryption/encryptedFields-prefix-suffix.json
Outdated
Show resolved
Hide resolved
src/libmongoc/doc/mongoc_client_encryption_encrypt_opts_set_text_opts.rst
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with doc fixes.
| :man_page: mongoc_client_encryption_encrypt_text_opts_destroy | ||
|
|
||
| mongoc_client_encryption_encrypt_text_opts_destroy() | ||
| ================================== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix underlines in docs files to fix the WARNING: Title underline too short. warnings causing failures in make-docs.
| ---------- | ||
|
|
||
| * ``opts``: A :symbol:`mongoc_client_encryption_encrypt_text_opts_t`. | ||
| * ``popts``: A :symbol:`mongoc_client_encryption_encrypt_text_prefix_opts_t` to set as prefix options. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add separate page for mongoc_client_encryption_encrypt_text_prefix_opts_t (and suffix/substring) to fix error in make-docs task:
WARNING: unknown document: 'mongoc_client_encryption_encrypt_text_prefix_opts_t'
No description provided.