翻译或纠错本页面
- Reference >
- Operators >
- Query Modifiers >
- $comment
$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> } )