1
0
Fork 0
arangodb/Documentation/Books/Users/SimpleQueries
Alan Plum 8853ede355 org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
..
Access.mdpp org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
FulltextQueries.mdpp org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
GeoQueries.mdpp org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
ModificationQueries.mdpp Fix dangling anchors and add checker script to the make target. 2015-11-26 18:51:39 +01:00
Pagination.mdpp org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
README.mdpp Fix markdown, slightly re-organize simple query docs. 2015-09-04 22:48:58 +02:00

README.mdpp

!CHAPTER Simple Queries

Simple queries can be used if the query condition is straight forward, i.e., a
document reference, all documents, a query-by-example, or a simple geo query. In
a simple query you can specify exactly one collection and one query criteria. In
the following sections we describe the JavaScript shell interface for simple
queries, which you can use within the ArangoDB shell and within actions and
transactions. For other languages see the corresponding language API
documentation.

You can find a list of queries at [Collection Methods](../Documents/DocumentMethods.md).