cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How can I recreate this query in Bloom?

mbandor
Graph Voyager

I have a cypher query that runs in the browser that I would like to run in Bloom but haven't been successful in doing so.  Any ideas?  Here is the query:

 

match p=(art1:Artifact {name:"Program Protection Plan"})--(w1:WBS)--(po:Policy)--(w2:WBS)--(art2:Artifact {name:"ATO"}) return p

I'm basically looking for the relationship between 2 artifacts.  I've run the shortestPath algorithm with zero results.

1 ACCEPTED SOLUTION

mbandor
Graph Voyager

Okay, I managed to figure it out through a bit of trial and error but got the result I was looking for. I had to specify the node property to get to the specific artifacts in the Bloom query.

 

View solution in original post

1 REPLY 1

mbandor
Graph Voyager

Okay, I managed to figure it out through a bit of trial and error but got the result I was looking for. I had to specify the node property to get to the specific artifacts in the Bloom query.