Skip to content

Commit c531607

Browse files
committed
DOCS-5210 finish sentence in for javascriptEnabled
1 parent a812e1c commit c531607

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

source/includes/options-conf.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -908,10 +908,13 @@ type: boolean
908908
default: true
909909
directive: setting
910910
description: |
911-
Enables or disables the JavaScript execution engine. When disabled,
912-
:query:`$where`, :dbcommand:`mapReduce`, :dbcommand:`group` and any
913-
other operation that requires a :program:`mongod` instance to
914-
execute JavaScript.
911+
Enables or disables the :doc:`server-side JavaScript execution
912+
</core/server-side-javascript>`. When disabled, you cannot use
913+
operations that perform server-side execution of JavaScript code,
914+
such as the :query:`$where` query operator, :dbcommand:`mapReduce`
915+
command and the :method:`db.collection.mapReduce()` method,
916+
:dbcommand:`group` command and the :method:`db.collection.group()`
917+
method.
915918
---
916919
program: conf
917920
name: operationProfiling.slowOpThresholdMs

0 commit comments

Comments
 (0)