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.

prateek_sethi
Node Link
since ‎08-20-2021
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

Hi, I am running the following query MATCH (fn1: full_name) MATCH (fn2: full_name) WHERE fn1.full_name <> fn2.full_name and apoc.text.fuzzyMatch(fn1.full_name, fn2.full_name)=TRUE MERGE (fn1)-[:FUZZY_MATCH]-(fn2) which is currently taking more than...
Kudos from
Kudos given to