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

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

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 !!