Open
Description
I'm attempting to query a mongodb view with
Mongo.find(:mongo, "users-tasks", %{})
... but getting this response back.
Namespace production.users-tasks is a view. Legacy find operations are not supported on views. Only clients which support the find command can be used to query views. 166
Does this driver not support querying views? I wasn't able to find any reference to views anywhere, unfortunately.