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
If I query (V)-[p1]-(?gene)-[p2]-(C) where V and C are pinned, I get results
If I query (C)-[p1]-(?gene)-[p2]-(V) (same endpoints but swapped around) I get results
If I include both paths in the same query (2 gene nodes) I get 0 results.
If I query (V)-[p1]-(?gene)-[p2]-(C) where V and C are pinned, I get results
If I query (C)-[p1]-(?gene)-[p2]-(V) (same endpoints but swapped around) I get results
If I include both paths in the same query (2 gene nodes) I get 0 results.
This TRAPI query produces 0 results:
It is 2 independent paths connecting the same anchors.
If I run only one of those paths by dropping e02, e03, n03 then I get 8 results
If I instead delete the other two edges and gene node, I get 6 results
Because these two paths only intersect at bound nodes, I should get the cartesian join back (48 results)
The text was updated successfully, but these errors were encountered: