Skip to content

Instantly share code, notes, and snippets.

@mwmahlberg
Created December 1, 2015 12:07
Show Gist options
  • Save mwmahlberg/dcc878b18c3c825bed0d to your computer and use it in GitHub Desktop.
Save mwmahlberg/dcc878b18c3c825bed0d to your computer and use it in GitHub Desktop.
{
"_id":"$objectid",
"name": { "$choose" : { "from" : [ "Foo", "Bar", "Baz", "Blarg", "Blubb" ] } },
"categoriesIds": {
"$array":{
"of":{
"$number" : {"min" : 1, "max" : 1000 }
},
"number":{
"$number" : {"min" : 1, "max" : 100 }
}
}
},
"loc": "$point"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment