entity typo (#274)
This commit is contained in:
parent
e1022fa21d
commit
9efa6762d7
2 changed files with 8 additions and 8 deletions
|
|
@ -158,7 +158,7 @@ async def edge_fulltext_search(
|
||||||
"""
|
"""
|
||||||
CALL db.index.fulltext.queryRelationships("edge_name_and_fact", $query, {limit: $limit})
|
CALL db.index.fulltext.queryRelationships("edge_name_and_fact", $query, {limit: $limit})
|
||||||
YIELD relationship AS rel, score
|
YIELD relationship AS rel, score
|
||||||
MATCH (:ENTITY)-[r:RELATES_TO]->(:ENTITY)
|
MATCH (:Entity)-[r:RELATES_TO]->(:Entity)
|
||||||
WHERE r.group_id IN $group_ids"""
|
WHERE r.group_id IN $group_ids"""
|
||||||
+ filter_query
|
+ filter_query
|
||||||
+ """\nWITH r, score, startNode(r) AS n, endNode(r) AS m
|
+ """\nWITH r, score, startNode(r) AS n, endNode(r) AS m
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue