Jan
14720b85be
add AQL functions CRC32 and FNV64 ( #8600 )
2019-03-28 03:06:33 +01:00
Simran
6bf276405b
Doc - Add cross-refs & better AQL function descriptions ( #8242 )
2019-03-13 08:49:12 +01:00
Simran
8891f79356
Doc - Fix/improve graph traversal/background indexing pages, console.history and examples/options ( #8336 )
2019-03-11 14:06:28 +01:00
Heiko
b6224c65bb
Bug fix/geo optimization cleanup ( #7637 )
...
* docu geo
* cleanup, reuse of code
* Update Geo.md
Fix indention, improve links, fix description of GEO_MULTIPOLYGON() parameter.
* One array level can be omitted if the Polygon has no holes
2019-02-27 09:01:40 +01:00
Simran
8690d21522
Doc - Improve description of CHECK_DOCUMENT() AQL function ( #8003 )
2019-02-17 23:53:20 +01:00
sleto-it
fbb1de5bcc
Doc - check_function ( #7885 )
2019-01-04 21:05:31 +01:00
Jan
f66bac4f86
added AQL function CHECK_DOCUMENT ( #7842 )
2019-01-04 15:31:29 +01:00
sleto-it
099fd6d2db
Doc - Forwardports to devel - 2018-12-27 ( #7858 )
2018-12-27 17:12:50 +01:00
Heiko
442d59a3f8
added MultiPolygon GeoJSON constructor function ( #7633 )
2018-12-04 14:40:13 +01:00
Simran
459c689360
Doc - Fix LEVENSHTEIN_DISTANCE function description ( #7310 )
...
Removed redundant content, placed paragraph with a remark about LENGTH() back where it belongs
2018-11-27 18:12:10 +01:00
Simran
496ab3af05
Doc - Deprecation notes 3.4 ( #6405 )
2018-10-23 17:45:07 +02:00
Jan
faac94a5c9
forward-ported from 3.4 branch feature-3.4/aql-extensions-080908 ( #6462 )
2018-09-12 13:58:20 +02:00
Thomas Fauskanger
8864268265
Doc - Fix minor typo: "a" into "as" in ( #6332 )
2018-09-02 05:19:12 +02:00
Jan
2bce75eb86
add AQL function CONTAINS_ARRAY as alias for POSITION ( #6242 )
2018-08-24 12:50:50 +02:00
Jan
d7e631eddf
Bug fix/more sparsung ( #6177 )
2018-08-17 08:47:45 +02:00
jsteemann
039305d486
fix documentation
2018-08-14 17:55:29 +02:00
jsteemann
9141855b16
some adjustments to the docs for `REGEX_MATCHES`
2018-08-14 11:04:48 +02:00
Shivam Dave
1360cfc3c3
Resolved regex matches integration tests and documentation
2018-08-09 15:09:47 -07:00
Shivam Dave
47bea99bbe
Regex matches implementation integration tests and documentation
2018-08-09 10:17:32 -07:00
Jan
d5180ef838
Doc - add TOKENS AQL function to general list of AQL functions ( #6105 )
2018-08-07 21:39:38 +02:00
shivamdave24
d4c6431ee5
Regex Split Implementation (unfinished) ( #5991 )
2018-08-01 12:09:36 +02:00
shivamdave24
7db28da251
Levenshtein Distance function implementation with documentation and i… ( #5922 )
2018-07-25 12:48:58 +02:00
Jan Christoph Uhde
4c0f881764
compatibilty 3.3 <-> 3.4 ( #5963 )
2018-07-25 09:05:34 +02:00
Wilfried Goesgens
d7f96d2a63
Doc - single link per line ( #5904 )
2018-07-20 10:46:27 +02:00
shivamdave24
c45a1b6ac1
Soundex function implementation with integration tests and minor bug fixes to feature/add-aql-tobase64-tohex-encodeuricomponent-uuid branch ( #5851 )
2018-07-13 17:47:25 +02:00
jsteemann
dd36442c47
added missing function parameters to documentation
2018-07-05 22:51:25 +02:00
jsteemann
81af9a05ba
updated documentation
2018-06-26 23:03:26 +02:00
jsteemann
2610af55f8
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/add-distinct-aggregator
2018-06-26 20:16:46 +02:00
Simon
52f44596ba
Adding MultiPolygon support, fixing some outstanding bugs ( #5613 )
...
* Adding MultiPolygon support, fixing some outstanding bugs
* removing dead code
* Adding MultiPolygon tests
* Added multi-polygon docs
* adjust the docs
* fixing remaining occurrences of geo1 / geo2, added note into UpgradingChanges34.md
* some clarification
* Improve Geo docs, reformatting
* Release notes: responses are JSON, reformatting
* Update release notes: /_api/aqlfunction has an isNewlyCreated attribute now
* Update Geo.md
2018-06-22 10:03:27 +02:00
jsteemann
8af5e06223
refactoring of aggregators
2018-06-20 02:33:20 +02:00
Jan Christoph Uhde
f81e42af36
Add optimizer rule that replaces js function calls (NEAR/WITHIN/FULLTEXT) with pure AQL ( #5529 )
2018-06-12 13:48:31 +02:00
Heiko
beb8aae99c
Updated Geo.md - typos and wrong distance query ( #5365 )
2018-05-25 19:26:40 +02:00
Simran
38a6b15abd
Doc - Updates Array.md ( #5367 )
...
Replace previously missed "Example" headlines with bold text.
2018-05-22 19:24:28 +02:00
Wilfried Goesgens
eed1235893
Feature/aql date trunc 2 ( #5295 )
2018-05-16 17:33:27 +02:00
Simran
ab5775c04b
Doc - Remove AQL array example anchors ( #5207 )
2018-05-14 10:29:07 +02:00
Simon
8d5a30cca6
S2 upgrade ( #5258 )
2018-05-03 18:18:09 +02:00
Simon
828f1d423c
S2 based Geo-Spatial index ( #5249 )
2018-05-02 23:54:41 +02:00
Manuel B
028eabc297
Doc - more AQL examples ( #5016 )
2018-04-09 11:48:36 +02:00
Wilfried Goesgens
a16d4b0109
Feature/cpp aql reverse ( #4911 )
2018-03-23 09:54:37 +01:00
Manuel B
215777736e
Move AQL Date Functions => CPP
2018-03-22 15:22:24 +01:00
Manuel B
970765b486
documentation: fix date_compare example ( #4713 )
2018-02-28 17:19:36 +01:00
jsteemann
9046388722
fixed documentation. thanks @konsultaner
2018-02-27 08:38:32 +01:00
Jan Christoph Uhde
586a66ebbf
Fix : #4583 - adds AQL ASSERT and WARN ( #4584 )
2018-02-26 14:25:24 +01:00
Wilfried Goesgens
bda5c79bce
Implement FIND_FIRST and FIND_LAST in c++ ( #4608 )
2018-02-19 10:41:21 +01:00
Simran
0e0b467a45
Doc - Adds toc plugin ( #4577 )
...
Internal Ref: arangodb/planning#1053
2018-02-13 19:04:32 +01:00
Jan
80df690816
remove obsolete hint ( #4531 )
2018-02-08 08:53:24 +01:00
Jan
2a93560473
added AQL function `IS_KEY` ( #4158 )
2018-01-05 14:50:57 +01:00
Jan
7018d003cc
added `SORTED` and `SORTED_UNIQUE` AQL functions ( #4157 )
2018-01-05 14:50:27 +01:00
Heiko
65d22c6066
Feature/sha512 aql cpp ( #4181 )
2018-01-02 14:31:01 +01:00
Simran
a1a02d29ce
Documentation/minor changes 1 ( #3952 )
...
* Add WITH to graph traversal syntax
* State clearer what where whitespace is ignored in conf files
* Add cross-references between POSITION() and CONTAINS()
* Mention GeoJSON in the description of the useLonLat option
* Troubleshooting: unexpected long running queries
Add remark that collection literals are inferior to FOR constructs and should not be used accidentally instead of variable names
* Add storage engine comparison table, replace hint to note that users might want to pick RocksDB for an installation
* CSS: No margin extra margin after last paragraph in callouts / hint boxes
2017-12-14 20:18:13 +01:00