mirror of https://gitee.com/bigwinds/arangodb
* added SEARCH keyword * fixes jslint errors * add incompatibility notice * remove VIEW keyword (does not work yet!!) * add initial support for SEARCH keyword to optimizer rules * replace FILTER with SEARCH keyword in tests * removed VIEW keyword, make shell_server_aql tests pass again in single server * cleanup * handle SEARCH clause for views * make SEARCH a non-keyword * fixed an issue with duplicate variables * fixed 3 tests * fix SEARCH statement support for views * minor refactoring * fix integration tests * optimize SEARCH conditions a bit more * fix jslint error * fixed wrong comments and typo in class name * fix documentation * adjust recovery tests to use SEARCH instead of FILTER * fix another failing test |
||
---|---|---|
.. | ||
AdministrationAndMonitoring | ||
Agency | ||
Api | ||
AqlQuery | ||
AqlQueryCache | ||
AqlQueryCursor | ||
AqlUserFunctions | ||
AsyncResultsManagement | ||
BatchRequest | ||
BulkImports | ||
Cluster | ||
Collection | ||
Database | ||
Document | ||
Edge | ||
Endpoints | ||
Export | ||
Foxx | ||
General | ||
Gharial | ||
Indexes | ||
MiscellaneousFunctions | ||
Repairs | ||
Replications | ||
SimpleQuery | ||
Tasks | ||
Transaction | ||
Traversal | ||
UserManagement | ||
Views | ||
assets | ||
styles | ||
FOOTER.html | ||
README.md | ||
SUMMARY.md | ||
book.json |
README.md
ArangoDB VERSION_NUMBER HTTP API Documentation
Welcome to the ArangoDB HTTP API documentation! This documentation is for API developers. As a user or administrator of ArangoDB you should not need the information provided herein.
In general, as a user of ArangoDB you will use one of the language drivers.
Interactive Swagger documentation
Please note that your ArangoDB comes with an interactive version of this documentation using Swagger:
We also have a blog post explaining how to work with the Swagger API.