From 2d0f468cc27ca18846fa8b172a1b9fa1fea76e09 Mon Sep 17 00:00:00 2001 From: Thomas Schmidts Date: Wed, 7 May 2014 10:42:00 +0200 Subject: [PATCH] link to Joins in AQL --- Documentation/UserManual/FirstStepsArangoDB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/UserManual/FirstStepsArangoDB.md b/Documentation/UserManual/FirstStepsArangoDB.md index 89d7772f09..3cd913d6c5 100644 --- a/Documentation/UserManual/FirstStepsArangoDB.md +++ b/Documentation/UserManual/FirstStepsArangoDB.md @@ -140,7 +140,7 @@ ArangoDB is a database that serves documents to clients. or more documents - *Queries* are used to filter documents based on certain criteria. Queries can be as simple as a @ref SimpleQueryByExample "query by example" or as complex as - joins using many collections or graph structures + @ref AqlExamplesJoins "joins" using many collections or graph structures - *Cursors* are used to iterate over the result of a query - *Indexes* are used to speed up of searches. There are various different types of indexes like @ref IndexHash, @ref IndexGeo and @ref IndexBitArray