Skip to content

Instantly share code, notes, and snippets.

View hailazy's full-sized avatar

Nguyễn Thanh Hải hailazy

  • 07:55 (UTC +07:00)
View GitHub Profile
@cthurston
cthurston / mongodb-facet-combine.js
Created November 3, 2017 14:21
MongoDb combine $facet results into a single result set.
db.getCollection('list').aggregate([
{
$facet: {
"events":[{
$match: {
'type': 'Event'
}
}],
"tasks": [{
$match: {