Skip to content

Commit 9bd2fec

Browse files
committed
update full text search on relation doc
1 parent 1c15f90 commit 9bd2fec

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
@@ -189,7 +189,7 @@ GRAPH.QUERY DEMO_GRAPH "CALL db.idx.fulltext.drop('Movie')"
189189
```
190190

191191
## Creating Full-Text indexing for Relation Labels
192-
To create a full-text index on the name property of all relations with the label Manager and enable phonetic search, use the following synax:
192+
To create a full-text index on the name property of all relations with the label Manager and enable phonetic search, use the following syntax:
193193

194194

195195
```sh

0 commit comments

Comments
 (0)