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.

roymaor1
Node Link
since ‎08-16-2020
‎10-23-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

Hello all, I am looking for a way to get a label as a string from my user AND use the label optimization in my query (rather than have the engine go for a full DB scan). 2 ways I have found so far of doing so (I'll use the WITH keyword to simulate us...
Hi, Say I have : MATCH p = (:Organization)-[*0..1]->(:Group)-[*0..1]->(:User) RETURN p I would like to show all paths of the form Organization->Group->User, but if some suffix of the path is missing, for example Organization->Group or only Organizat...
Hi, Looking at the Native Projection section on Neo4j Documentation, I have seen this example: // will use nodes projected as 'Person' or 'City' in 'myGraph' CALL gds.pageRank.stats('myGraph', {nodeLabels: ['Person', 'City']}) What is the correct sy...
Kudos from