table of contents
| MONGOC_CLIENT_ENCRYPTION_ENCRYPT_STRING_OPTS_SET_DIACRITIC_SENSITIVE(3) | libmongoc | MONGOC_CLIENT_ENCRYPTION_ENCRYPT_STRING_OPTS_SET_DIACRITIC_SENSITIVE(3) |
SYNOPSIS¶
void mongoc_client_encryption_encrypt_string_opts_set_diacritic_sensitive(
mongoc_client_encryption_encrypt_string_opts_t *opts,
bool diacritic_sensitive);
Changed in version 2.4.0: Renamed from the now-deprecated text API.
Sets whether string search is diacritic sensitive.
PARAMETERS¶
- opts: A mongoc_client_encryption_encrypt_string_opts_t <>.
- diacritic_sensitive: If true, string search is diacritic sensitive.
See also:
mongoc_client_encryption_encrypt_string_opts_t <>
Author¶
MongoDB, Inc
Copyright¶
2009-present, MongoDB, Inc.
| August 27, 2026 | 2.5.1 |