.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "MONGOC_MATCHER" "3" "Oct 20, 2022" "1.23.1" "libmongoc" .SH NAME mongoc_matcher \- Client Side Document Matching .SH BASIC DOCUMENT MATCHING (DEPRECATED) .sp \fBWARNING:\fP .INDENT 0.0 .INDENT 3.5 This feature will be removed in version 2.0. .UNINDENT .UNINDENT .sp The MongoDB C driver supports matching a subset of the MongoDB query specification on the client. .sp Currently, basic numeric, string, subdocument, and array equality, \fB$gt\fP, \fB$gte\fP, \fB$lt\fP, \fB$lte\fP, \fB$in\fP, \fB$nin\fP, \fB$ne\fP, \fB$exists\fP, \fB$type\fP, \fB$and\fP, and \fB$or\fP are supported. As this is not the same implementation as the MongoDB server, some inconsistencies may occur. Please file a bug if you find such a case. .sp To test this, perform a \fBmongodump\fP of a single collection and pipe it to the program. .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ echo "db.test.insert({hello:\(aqworld\(aq})" | mongo connecting to: test WriteResult({ "nInserted" : 1 }) bye $ mongodump \-d test \-c test \-o \- | filter\-bsondump { "_id" : { "$oid" : "537afac9a70e5b4d556153bc" }, "hello" : "world" } .ft P .fi .UNINDENT .UNINDENT .SH AUTHOR MongoDB, Inc .SH COPYRIGHT 2017-present, MongoDB, Inc .\" Generated by docutils manpage writer. .