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.

Filter Relationship in a graph by relation properties in bloom

I have a graph with (a:Person)-[r:HAS_MEET {duration:30}]->(b:Person)
similar to this I will be having n number of duration so how will I visualize only nodes who has meet duration of 30 . I do not want other nodes to be visualized

1 ACCEPTED SOLUTION
1 REPLY 1

Check out https://neo4j.com/docs/bloom-user-guide/current/bloom-tutorial/#search-phrases-advanced as you should be able to create a search phrase for this case.