Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix links
  • Loading branch information
Simran-B authored Jul 15, 2020
commit d38f687b9d7357624b06cf06a44330eb3ec1b091
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-string.html#ngram_positional_similarity).
See [String Functions](functions-string.html#ngram_positional_similarity).

### NGRAM_SIMILARITY()


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

### PHRASE()

Expand Down