Skip to content

Commit aab94fd

Browse files
committed
diacf comment
1 parent 3e048cb commit aab94fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/mc-textopts.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ static bool TextOpts_to_FLE2TextSearchInsertSpec(const mc_TextOpts_t *txo,
277277
return false;
278278
}
279279

280+
// "diacf" means "diacritic folding". Diacritic sensitive => not folded. Diacritic insensitive => folded.
280281
if (!bson_append_bool(&child, "diacf", -1, !txo->diacriticSensitive)) {
281282
CLIENT_ERR(ERROR_PREFIX "Error appending to BSON");
282283
return false;

0 commit comments

Comments
 (0)