Skip to content

Instantly share code, notes, and snippets.

View hailazy's full-sized avatar

Nguyễn Thanh Hải hailazy

  • 22:29 (UTC +07:00)
View GitHub Profile
@baiwfg2
baiwfg2 / it-ebooks.md
Last active January 9, 2026 23:17
Download ebooks as you want
@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: {