corwur / cytoscapeneo4j

Cytoscape plugin for neo4j
MIT License
21 stars 7 forks source link

Allow for not-unique nodes in results #5

Open swarris opened 6 years ago

swarris commented 6 years ago

When querying a path, identical nodes are now merged into a single cytoscape node. It would be nice to have the option to display different paths separately, For example: match p=(n{id:1})-[r]-(m) return p will give not a single head node with id=1, but as many as paths exists.