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.

risingodegua
Node Link
since ‎09-13-2021
‎06-01-2022

User Statistics

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

User Activity

Hi folks I have database with about 7m nodes and relationships, and I'm currently executing the following query: CALL db.index.fulltext.queryNodes('organization', 'food' ) YIELD node WITH node as org LIMIT 5000 MATCH (org)<-[:LOCATED_IN]-(loc:Locatio...
Hi, I have three arrays of objects as shown below: const org = [ { id: "orgId1", name: "first organization" }, { id: "orgId2", name: "second organization" } ] const location = [ { id: "loc1", name: "Texas" ...
Kudos from
Kudos given to