Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 3.7/aql/functions-arangosearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,12 @@ RETURN NGRAM_MATCH("quick fox", "quick blue fox", "bigram")

### NGRAM_POSITIONAL_SIMILARITY()

See [String Functions](functions-arangosearch.html#ngram_positional_similarity).
See [String Functions](functions-string.html#ngram_positional_similarity).

### NGRAM_SIMILARITY()


See [String Functions](functions-arangosearch.html#ngram_similarity).
See [String Functions](functions-string.html#ngram_similarity).

### PHRASE()

Expand Down