Skip to content

Commit

Permalink
Update 1.search-with-text-based-index.md (#741)
Browse files Browse the repository at this point in the history
fixed CREATE FULLTEXT
  • Loading branch information
wey-gu authored Sep 17, 2021
1 parent cc2ec9e commit 2338d6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A natural language search interprets the search string as a phrase in natural hu
### Create full-text indexes

```ngql
CREATE {TAG | EDGE} INDEX <index_name> ON {<tag_name> | <edge_name>} ([<prop_name_list>]);
CREATE FULLTEXT {TAG | EDGE} INDEX <index_name> ON {<tag_name> | <edge_name>} ([<prop_name_list>]);
```

### Show full-text indexes
Expand Down

0 comments on commit 2338d6c

Please sign in to comment.