-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aggregate with pointer relation match ? #4489
Comments
A quick workaround is appending
Edit: Postgres Supports |
Closed via #4493 |
Hi @dplewis , thanks for quick reply & implementation.
|
@xedixermawan In mongo especially there are multiple stages (20+) for aggregates so adding transforms for all of them would take some time. I guess we can transform the main 3 |
Hi,
is it possible to do aggregate query using
match
with pointer relation ?I'm using latest branch version.
for instance request like this:
the Distance collection have a field calls 'user' ( a pointer type which point to collection
_User
.)the aggregate above resulting empty data
{"results":[]}
, meanwhile it should notThe text was updated successfully, but these errors were encountered: