Skip to content

Commit

Permalink
Remove limit
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 committed Aug 10, 2023
1 parent fe25407 commit d9007bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/database/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ def gap_analysis(self, name_1, name_2):
"(Al:Node {name: $name2}), "
"p = shortestPath((KevinB)-[*]-(Al)) "
"WHERE length(p) > 1 "
"RETURN p "
"LIMIT 100",
"RETURN p ",
name1=name_1,
name2=name_2,
database_="neo4j"
Expand Down

0 comments on commit d9007bf

Please sign in to comment.