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
Instead of having to do a bunch of $parent for associations it would be nice to have something like $root that will just pop to the root of the document. Query I just wrote had 4 $parent in the rfield and it's just annoying.
The text was updated successfully, but these errors were encountered:
On Fri, Dec 9, 2016 at 8:09 AM, Naveen Malik ***@***.***> wrote:
Instead of having to do a bunch of $parent for associations it would be
nice to have something like $root that will just pop to the root of the
document. Query I just wrote had 4 $parent in the rfield and it's just
annoying.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#748>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADgDDYeKvhVbh2IGGGobFjjRTq6dLlXVks5rGW87gaJpZM4LJB9s>
.
This is still confusing. What terms work to reference the "local" and "remote" entity instances? Parent and entity don't help me much. I think of parent in terms of the path and popping the stack.
Instead of having to do a bunch of
$parent
for associations it would be nice to have something like$root
that will just pop to the root of the document. Query I just wrote had 4$parent
in the rfield and it's just annoying.The text was updated successfully, but these errors were encountered: