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
Grapher relies on mongo aggregations to perform queries sometimes. Aggregations don't apply a collection's transform to them, leading to very inconsistent results.
On the server for example, depending on if you fetch 2 linked documents one way or the other (virtual link, or not), the transform will not be applied.
Grapher relies on mongo aggregations to perform queries sometimes. Aggregations don't apply a collection's transform to them, leading to very inconsistent results.
On the server for example, depending on if you fetch 2 linked documents one way or the other (virtual link, or not), the transform will not be applied.
This is what I meant in #186.
The text was updated successfully, but these errors were encountered: