does Knowi support Mongo shell/Javascript methods?
AnsweredWhile Mongo's shell allows interacting with your Mongo data, we don't currently support the shell commands and methods for use in Knowi. All the querying capabilities of the shell can be accomplished using common Mongo query syntax.
For example, in place of using a shell query condition like the following:
"$gte" : ObjectId.fromDate(new Date('2021-01-01'))
this can be achieved using
"$gte" : $c9_thisyear
Please sign in to leave a comment.
0 comments