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.

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(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)
 
 
1 ACCEPTED SOLUTION

@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


 

View solution in original post

1 REPLY 1

@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