I had simple scene actions working in Bloom, but they suddenly stopped working (returning 0 results).
E.g.
MATCH (a:action)-[r]-(b)
WHERE id(b) in $nodes
RETURN a, r
I had simple scene actions working in Bloom, but they suddenly stopped working (returning 0 results).
E.g.
MATCH (a:action)-[r]-(b)
WHERE id(b) in $nodes
RETURN a, r