我正在运行我上周下载的 neoclipse-1.9.1-win32.win32.x86_64。在 Database Graph 选项卡中,我可以通过单击“+”按钮查看根节点并扩展到其他节点。在 Cypher Editor 选项卡中,我可以执行 Cypher 查询
start root=node(0), l=node(100) match root-[:Branch]-n-[:ObjCol]-m-[r]-l return root, l;
并在“结果”子选项卡中查看结果。但是当我切换回 Database Graph 选项卡时,它不会自动将节点和路径显示为执行的 Cypher 查询。
我需要做什么才能使 Cypher 查询在 Cypher Editor 选项卡中执行以显示在 Database Graph 选项卡中?