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 Jan 15, 2024. It is now read-only.
@selector={:count=>"events", :query=>{"$query"=>{:aggregate_id=>"1ZC"}, "$orderby"=>{:version=>1}}}
@fields=nil>
failed with error 2: "exception: unknown top level operator: $query"
The current implementation seems to ignore that the presence of $query is because the user wants a full blown native query without the find(...).modifier(..) syntax
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Although the $query operator is not always needed, in some cases I do want to write a native query like this:
The query *seems to be OK because this works:
However this fails
The current implementation seems to ignore that the presence of $query is because the user wants a full blown native query without the
find(...).modifier(..)
syntaxThe text was updated successfully, but these errors were encountered: