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
{{ message }}
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
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).
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.
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
The text was updated successfully, but these errors were encountered: