1
0
Fork 0
Commit Graph

236 Commits

Author SHA1 Message Date
Michael Hackstein 979e896d72 Added documentation for multi-direction collections. 2016-01-28 16:59:11 +01:00
Wilfried Goesgens fcd1a8cbfd Merge pull request #1686 from kibarda/devel
Documentation: Aql chapters update
2016-01-28 09:42:57 +01:00
Neuchatil 4455be1535 typo correction 2016-01-28 08:10:56 +01:00
jmvan da26ccd41e Documentaiotn: Aql links added 2016-01-27 20:49:44 +01:00
jmvan adc5702422 Documentation: Aql update 2016-01-27 19:55:34 +01:00
Jan Steemann de52abbf83 added AQL function `IS_SAME_COLLECTION` 2016-01-27 19:29:01 +01:00
jmvan d69d51c023 move QueryErrors - Aql/Fundamentals links explained 2016-01-22 20:41:08 +01:00
jmvan 2131c3e075 move AQL query errors in its own chapter 2016-01-22 20:39:52 +01:00
Wilfried Goesgens 1c97ce900a Mention warnings saw that this should also be here when inspecting pr #1674 2016-01-22 09:20:46 +01:00
jmvan 1f7b318424 Documentation: added a few titles 2016-01-22 06:28:26 +01:00
jmvan 3e6e07ef9c reorganise Aql/Basics.md for improved information retrieval 2016-01-21 13:10:09 +01:00
Wilfried Goesgens 62d6c9bd21 For issue #1644 : specify when to use the old general purpose graph traverser. 2016-01-19 10:43:19 +01:00
Jan ca6a66d36b Merge pull request #1661 from kibarda/devel
Documentation: links between array/geo related AQL features
2016-01-18 08:58:04 +01:00
jsteemann 03c4a4fb23 renamed optimizer rule for collect optimization 2016-01-17 00:07:13 +01:00
jmvan e763be4e8f Documentation: improved geo links 2016-01-16 12:30:20 +01:00
jmvan e05aca039d Documentation: minor corrections 2016-01-16 12:10:40 +01:00
jmvan 17342ce645 Documentation: links between Geo features 2016-01-16 11:37:57 +01:00
jmvan 11a6176ffa Documentation: links between array related features 2016-01-16 10:58:49 +01:00
Wilfried Goesgens a1edf9ce0c Replace @EXAMPLES 2016-01-12 19:10:00 +01:00
Wilfried Goesgens 8ae47f5efe Rename codeblocks so they deliver a uniq match. 2016-01-12 18:23:12 +01:00
Jan Steemann 6937dbc489 aggregate fixes 2016-01-12 17:21:18 +01:00
Wilfried Goesgens 3de1cc1fb3 de-externalise docublocks. 2016-01-11 17:18:22 +01:00
Wilfried Goesgens 86597ebfa2 Relayout the graph documentation to have one start chapter with explanations, and each others only document their function and link back to the global explanation. 2016-01-07 14:17:14 +01:00
Neuchatil 5cbc9fc381 documentation: typo correction 2016-01-05 22:30:32 +01:00
Jan Steemann c7f44b5f63 reserved AQL keyword `NONE` 2016-01-04 19:34:37 +01:00
Wilfried Goesgens 8a4a3b49b9 Add explaination about bind parameters and string processing. AQL ain't javascript.
closes #1634
2016-01-04 16:34:43 +01:00
Max Neunhoeffer 556c5b3371 Clarify documentation of minimal depth in Aql graph traversals. 2016-01-04 10:32:47 +01:00
jmvan 74ecf8ded2 documentation: links added 2015-12-30 11:18:23 +01:00
jmvan 5bdb97424e documentation:regroup AQL stats, parsing and performance chapters 2015-12-30 02:34:06 +01:00
jsteemann e411b88bec slightly updated docs 2015-12-22 20:33:50 +01:00
Max Neunhoeffer 8ce0a484e1 Fix graph traversal tests, behaviour and documentation. 2015-12-21 15:20:56 +01:00
Wilfried Goesgens 3ba0451ca5 make **string** bold 2015-12-16 11:17:38 +01:00
jmvan 4ba96975c8 indent examples for improved readability 2015-12-15 19:23:23 +01:00
Alan Plum 8853ede355 org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
Wilfried Goesgens ad0868acb0 Merge pull request #1605 from kibarda/devel
documentation: split Aql High Level Operations (Operations.mdpp) into chapters
2015-12-14 12:27:00 +01:00
jsteemann 600c48375d added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
jmvan d1e310c633 documentation: split Aql High Level Operations (Operations.mdpp) 2015-12-12 14:09:57 +01:00
Wilfried Goesgens aca6c2421b Add crosslink to CombiningGraphTraversals.mdpp 2015-12-09 10:17:08 +01:00
Wilfried Goesgens ddba7712d0 Modify simple aql
- add howto specify options to the query
  - wrap queries into multiple lines for better readability
2015-12-08 15:33:37 +01:00
ifcologne 4676b02f82 fixed typo in traversal explain example 2015-12-04 18:34:56 +01:00
Wilfried Goesgens e4af2a8b91 Add missing link 2015-12-04 17:53:04 +01:00
Wilfried Goesgens e0f29a57c5 Remove whitespaces that may irretate our parser, add checks. 2015-12-04 15:17:36 +01:00
Jan Steemann f4f90bb5a9 updated docs 2015-12-04 11:16:02 +01:00
Jan Steemann 3b1df26a79 added AQL function `IS_DATESTRING` 2015-12-04 10:53:01 +01:00
Michael Hackstein 5978116853 Minor documentation updates 2015-12-03 17:02:08 +01:00
Michael Hackstein 869509d63a Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-12-03 16:52:42 +01:00
Michael Hackstein 27d2786ad9 Improved the graph traversal documentation 2015-12-03 16:52:34 +01:00
Jan Steemann 9bb1b49688 updated documentation 2015-12-03 16:43:24 +01:00
Michael Hackstein 4003caa116 Minor documentation fixes 2015-12-03 16:40:48 +01:00
Michael Hackstein 613c39ea27 Added cross references of Old Traversal to new and back again 2015-12-03 15:59:59 +01:00