Skip to content

Commit c1e51e4

Browse files
authored
Merge pull request #125 from FalkorDB/fts_fix
Fix procedure name and yield
2 parents e5c58b1 + ed197f2 commit c1e51e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypher/indexing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ To search for specific words within the indexed relations, use:
201201

202202
```sh
203203
GRAPH.QUERY DEMO_GRAPH
204-
"CALL db.idx.fulltext.queryRelations('Manager', 'Charlie Munger') YIELD relation RETURN relation.name"
204+
"CALL db.idx.fulltext.queryRelationships('Manager', 'Charlie Munger') YIELD relationship RETURN relationship.name"
205205
```
206206

207207
## Deleting a Full-Text Index

0 commit comments

Comments
 (0)