neo4j - Cypher Editor does not link to Database Graph in Neoclipse -
i running neoclipse-1.9.1-win32.win32.x86_64, downloaded last week. in database graph tab,i can see root node , extend other nodes clicking "+" button. in cypher editor tab, can execute cypher query
start root=node(0), l=node(100) match root-[:branch]-n-[:objcol]-m-[r]-l return root, l;
and see results in "results" sub tab. when switch database graph tab, not automatically show nodes , pathes executed cypher query.
what need make cypher query executed in cypher editor tab show in database graph tab?
the graph tab doesn't sync query have executed cypher editor tab. can configure depth of graph through options > neo4j > maximum traversal depth
Comments
Post a Comment