Query results different in NEO4J browser versus bloom/neoDash

Browser:

Koen_Algoet_1-1660748636760.png

Bloom/NeoDash:

Koen_Algoet_0-1660748530308.png

match (n:Tank {Name:'T0103'} )

match (m:Tank {Name:'T0805'} )

match path=allshortestpaths((n)-[r:CanTransfer*]->(m))

WHERE ALL(x in nodes(path) where x.Enabled = True )

return path

Why do I get a different result in NE4J browser for the same query, compared to Bloom and NeoDash?

Looks like direction is not taken in account and why do I see other relationships type the 'CanTransfer'

Node T0103Circ shouldn't be in the path.

Bloom shows it correctly but the browser not. ( in terms what I expect)

@Koen_Algoet

You probably get extra relationships because you have activated the "Connect result nodes" setting, to deactivate it you can go to Settings (the icon with the gear) and uncheck the option:

connect_result_nodes.png