Neo4j Show Only Specific Relations in the Browser Graph View

后端 未结 1 523
隐瞒了意图╮
隐瞒了意图╮ 2020-12-12 03:13

I have this Cypher query:

MATCH (i:Issue {name:\"SN-229\"})-[d:ON_DATE]->(s:Stage)
RETURN i,(MAX(d.long)-MIN(d.long)+1) AS Days,s

and I

相关标签:
1条回答
  • 2020-12-12 03:21

    When the option "Connect result nodes" is checked, Neo4j browser will connect the resultant nodes in the graph visualization mode when a connection between these nodes exist.

    To disable this behavior you should go to the section "Graph Visualization" of Neo4j Browser Settings and uncheck the option "Connect result nodes" as show in the image below:

    0 讨论(0)
提交回复
热议问题