Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Enable Mingo-based queries in client #497

Closed
andrewxhill opened this issue Aug 19, 2020 · 2 comments
Closed

Enable Mingo-based queries in client #497

andrewxhill opened this issue Aug 19, 2020 · 2 comments
Assignees
Labels
wontfix This will not be worked on

Comments

@andrewxhill
Copy link
Member

There might be a technical blocker to why mingo was only used to support queries on the Database but not on the Client. Client appears to only support the QueryJSON (and Where constructor).

Leaving this for @carsonfarmer return

@carsonfarmer
Copy link
Member

This is currently pretty non-trivial, because the query format on the remotes in not particularly compatible with mingo/mongo query functions. It would require significant mapping between the two. I'd rather just "wait" until we have our local-first implementation, then mongo-style queries will just be done on the local copy by default.

@carsonfarmer carsonfarmer self-assigned this Sep 25, 2020
@carsonfarmer carsonfarmer added the wontfix This will not be worked on label Sep 25, 2020
@carsonfarmer
Copy link
Member

Closing this as "wont fix" in favor of more "native" queries as part of The Great Refactor (#414) work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants