Skip to content

Commit ed197f2

Browse files
committed
Fix procedure name and yield
1 parent e5c58b1 commit ed197f2

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)