Articles → MONGODB → $Match Function In MongoDB$Match Function In MongoDBThis article describes the $match function in MongoDB.Purpose The $match stage filters records in the aggregation framework.Example db.Articles.aggregate([{ $match: { subject: 'css' } }]);Output Posted By - Karan Gupta Posted On - Wednesday, August 23, 2023 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
db.Articles.aggregate([{ $match: { subject: 'css' } }]);
Query/Feedback