Provided by: libmongoc-doc_2.2.1-1_all bug

SYNOPSIS

          void
          mongoc_client_encryption_encrypt_text_opts_set_case_sensitive(
             mongoc_client_encryption_encrypt_text_opts_t *opts,
             bool case_sensitive);

       Added in version 2.2.0.

       Sets whether text search is case sensitive.

       The  "TextPreview"  algorithm  is  in  preview and should be used for experimental workloads only.  These
       features are unstable and their security is not guaranteed until released as  Generally  Available  (GA).
       The GA version of these features may not be backwards compatible with the preview version.

PARAMETERS

opts: A mongoc_client_encryption_encrypt_text_opts_t <>.

       • case_sensitive: If true, text search is case sensitive.

       See also:
          mongoc_client_encryption_encrypt_text_opts_t <>

Author

       MongoDB, Inc

Copyright

       2009-present, MongoDB, Inc.

2.2.1                                             Dec 11, 202MONGOC_CLIENT_ENCRYPTI...OPTS_SET_CASE_SENSITIVE(3)