1
0
Fork 0
arangodb/Documentation/Books/Users/SimpleQueries
CoDEmanX e37920a1fa Fix markdown, slightly re-organize simple query docs. 2015-09-04 22:48:58 +02:00
..
Access.mdpp Fix markdown, slightly re-organize simple query docs. 2015-09-04 22:48:58 +02:00
FulltextQueries.mdpp Documentation: corrected typos and case, prefer American over British English 2015-09-01 17:19:13 +02:00
GeoQueries.mdpp fixed documentation 2014-10-08 15:14:52 +02:00
ModificationQueries.mdpp Some changes in the code documentation and fixed spelling errors 2014-06-26 15:54:29 +02:00
Pagination.mdpp Fix markdown, slightly re-organize simple query docs. 2015-09-04 22:48:58 +02: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).