Skip to content

Commit f3f5d35

Browse files
DOCSP-15232 doc that Javascript is not supported (#142)
* DOCSP-15232 doc that Javascript is not supported * DOCSP-15232 updates for copy review feedback
1 parent 4336aa6 commit f3f5d35

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

source/supported-unsupported/mql-support.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ To run a command against your |data-lake|, use :manual:`db.runCommand()
3030
Aggregation Commands
3131
--------------------
3232

33+
.. note::
34+
35+
{+adl+} doesn't include a server-side JavaScript engine. So, it
36+
doesn't support commands like :manual:`mapReduce
37+
</reference/command/mapReduce/>` that require server-side
38+
scripting :manual:`enabled
39+
</reference/operator/query/where/#javascript-enablement>`.
40+
3341
.. list-table::
3442
:header-rows: 1
3543
:widths: 30 70

source/supported-unsupported/supported-aggregation.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,18 @@ Supported Aggregation Pipeline Operators
115115
</reference/operator/query-geospatial/>` and the following
116116
:manual:`evaluation query operators
117117
</reference/operator/query-evaluation/>` only in queries on
118-
collections that are mapped to an |service| cluster data store:
118+
collections that are mapped to an |service| cluster data store.
119+
120+
.. note::
121+
122+
{+adl+} doesn't include a server-side JavaScript engine. So, {+adl+}
123+
doesn't support operators such as :manual:`$where
124+
</reference/operator/query/where/>`, :manual:`$function
125+
</reference/operator/aggregation/function/>`, and
126+
:manual:`$accumulator
127+
</reference/operator/aggregation/accumulator/>` that require
128+
server-side scripting :manual:`enabled
129+
</reference/operator/query/where/#javascript-enablement>`.
119130

120131
.. list-table::
121132
:header-rows: 1

0 commit comments

Comments
 (0)