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
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.
The text was updated successfully, but these errors were encountered:
@bryansray: sorry for the 'advertising' for the https://hex.pm/packages/mongodb_driver. If I remember correctly, I implemented the support for views, because I needed it myself. Maybe you can try it. I just want to help, because I stumbled across the issue.
I'm attempting to query a mongodb view with
Mongo.find(:mongo, "users-tasks", %{})
... but getting this response back.
Does this driver not support querying views? I wasn't able to find any reference to views anywhere, unfortunately.
The text was updated successfully, but these errors were encountered: