Skip to content

Ability to query a mongodb view? #354

Open
@bryansray

Description

@bryansray

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions