Skip to content

Instantly share code, notes, and snippets.

@alphaville
Created January 13, 2015 13:09
Show Gist options
  • Save alphaville/a5481ecb3c126225108c to your computer and use it in GitHub Desktop.
Save alphaville/a5481ecb3c126225108c to your computer and use it in GitHub Desktop.
db.pred.insert(
{
"feature":"feature/4234524",
"value":0.1343,
"value_type":"numeric"
}
);
db.pred.find(
{feature:
{$in: ["feature/183", "feature/9983"]}
}
).pretty();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment