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.

Dirk_Mahler
Node Link
since ‎08-29-2018
‎06-01-2022

User Statistics

  • 8 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Hi all, in a use-case we'd like to provide a parameter as an array which is used with the IN operator: MATCH (p:Person) WHERE p.name in ["foo","bar"] RETURN p Can we rely on the Person nodes being returned in the order as given by the values i...
Hi there, I'm having a couple of nodes each with a path poperty representing a file path: /foo/File1.java /foo/bar/File2.java /foo/bar/File3.java I'd like to convert this into a tree structure consisting of nodes/relationships, i.e. (foo)-[:CONTAINS...
While analyzing Java code using jQAssistant I'm frequently facing the problem to detect cycles between packages or modules. My current approach is using the following query: MATCH (m1:Module)-[:DEPENDS_ON]->(m2:Module), cyclePath=shortestPath((m2...
Kudos from