You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using the MongoDB wrapper (https://github.com/idottv/node-mongodb-wrapper) as an intermediate layer. I can't see at a quick glance how that would work. I'll have to dig a little more in the client code.
MongoDB wrapper has a runcommand in the collection here https://github.com/idottv/node-mongodb-wrapper/blob/master/lib/Collection.coffee#L38, maybe we could add a runcommand in the mongo adapter that would run the runcommand from the wrapper. I'm trying to write it but still trying to figure out how the query argument works in the adapter...
Right now I believe that the mongo adapter doesn't allow to execute a runcommand on the model collection such as 'geddy.model.Mymodel.runcommand'.
The runcommand is used for example in the new Text Search feature of Mongo 2.4.
The text was updated successfully, but these errors were encountered: