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.

laughattheworld
Node
since ‎09-25-2020
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have this query where I am trying to fetch clubs that matches as many tags in an array of tags as it can in order. So far I have something like this (ClubTags is the array of tags): WITH c UNWIND (CASE $ClubTags WHEN then else $ClubTags end) AS ...
So for the project that I am working on, I was working on desigined the address to be split into several nodes (for ex city node, state node, country node and zip node) Now the country nodes themselves are unique so that part is simple. However you c...
Hi all I am trying to design my own project and was curious about something once I finished design. So initially My system had the follwoing two relationships going on (User) -[LIVES_AT]->(Address)-[HASZIP]->Zipcode (Clubs) -[LOCATED_AT]->(Address)-[...