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
IMO, we should return edges of e1 which can pass filter and all edges of e2. Also I think the filter in our interface, should only applied to one edge type. However, we could support filter in each edgeTypes. For example, sth like:
go from 1 over e1 (where e1.p1 > 3), e2 (where e2.p1 > 0)
What is the expected behavior when Go over multiple edgeTypes, but filter is applied to one edgeType?
Result of this query make more sense.
The text was updated successfully, but these errors were encountered: