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.

Differences in Relationship visualizations between Neo4j Browser and Bloom

Hi !! 

I was exploring the Zach Blumenfeld's blog "Graph Data Science for Supply Chains – Part 1:" and I get noticed that the same Cypher query does not return the same number of relationships; in Neo4j Browser it shows ALL relationships involved between nodes, in Bloom it really filters only the relationships involved according to Search (ShipmentId)

It is possible to have this improvement in Neo4j Browser visualization ?

This is the results filtered by Shipment 10 on Zach Blumenfeld example 

b1.png

And here the same query from Neo4j Browser , it returns ALL relations even different to Shipment 10 

b2.png

1 ACCEPTED SOLUTION

Hi.  Neo4j browser will automatically pull all relationships connecting result nodes by default.  To turn this behavior off go to settings and uncheck the "Connect result nodes" option. Hope that helps.

View solution in original post

2 REPLIES 2

Hi.  Neo4j browser will automatically pull all relationships connecting result nodes by default.  To turn this behavior off go to settings and uncheck the "Connect result nodes" option. Hope that helps.

Hi Zach ,  

It works, thanks for you reply !!   

b3.png