From 6d108416e142fc0b603a5914abf85d79a737f3be Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 16 Jan 2013 11:21:46 +0100 Subject: [PATCH] added notice to manual --- arangod/Documentation/shell-collection.dox | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arangod/Documentation/shell-collection.dox b/arangod/Documentation/shell-collection.dox index d490378b2e..4294a856c1 100644 --- a/arangod/Documentation/shell-collection.dox +++ b/arangod/Documentation/shell-collection.dox @@ -123,7 +123,11 @@ /// /// This call will either return the collection named @FA{collection-name} /// or create a new one with that name and a set of default -/// properties. +/// properties. +/// +/// Note: creating a collection on the fly using @LIT{db.@FA{collection-name}} +/// does not work in arangosh. To create a new collection from arangosh, +/// please use @LIT{db._create(@FA{collection-name});}. /// /// @CLEARPAGE /// @section ShellCollectionShell Working with Collections