Navigation
This version of the documentation is archived and no longer supported.

$comment

$comment

The $comment makes it possible to attach a comment to a query. Because these comments propagate to the profile log, adding $comment modifiers can make your profile data much easier to interpret and trace. Use one of the following forms:

db.collection.find( { <query> } )._addSpecial( "$comment", <comment> )
db.collection.find( { $query: { <query> }, $comment: <comment> } )