1
0
Fork 0
arangodb/Documentation/Books/Users/Appendix/Deprecated/SimpleQueries
Simran Brucherseifer 16f2c9c49c Update docu links in Users 2016-05-18 15:24:02 +02:00
..
Access.mdpp Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
FulltextQueries.mdpp Update docu links in Users 2016-05-18 15:24:02 +02:00
GeoQueries.mdpp Update docu links in Users 2016-05-18 15:24:02 +02:00
ModificationQueries.mdpp Update docu links in Users 2016-05-18 15:24:02 +02:00
Pagination.mdpp Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
README.mdpp Update docu links in Users 2016-05-18 15:24:02 +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](../../../DataModeling/Documents/DocumentMethods.md).