Hello everyone!
I am using ArangoDB version: 3.2.6.
In the ArangoDB documentation it is said that collection names can contain 
letters, digits, _ (underscore) and - (dash) characters. However when 
collection names contain dashes, the AQL query aborts with the error code 
404 - collection not found.
Example: imagine you've created a collection *Hello-world* and added a 
couples of documents. When you are trying to execute "*For c in Hello-world 
return c*" you receive an error: collection not found (Hello). So, for some 
reason parser discards everything  that follows the dash. 

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to arangodb+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to