Independent Query Language
Brooooooklyn opened this issue · 0 comments
Brooooooklyn commented
Query syntax like:
{
expired: {
"$gt": Date.now()
},
"$or": [
{ isArchived: false },
{ isArchived: null },
]
}
Should have independent specs.