Simple Queries

It is recommended to use AQL instead.

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

You can find a list of queries at Collection Methods.