@@ -29,7 +29,7 @@ ref: select-export-language
29
29
content : |
30
30
31
31
In the :guilabel:`Export Pipeline To:` dropdown, select your desired
32
- language:
32
+ programming language:
33
33
34
34
.. figure:: /images/compass/agg-builder-export-lang-select.png
35
35
:figwidth: 720px
@@ -38,23 +38,37 @@ content: |
38
38
The :guilabel:`My Pipeline` pane on the left displays your
39
39
pipeline in :manual:`mongo shell <mongo>` syntax.
40
40
41
- The pane to the right displays your pipeline in the language
42
- selected .
41
+ The pane to the right displays your pipeline in the selected
42
+ programming language .
43
43
---
44
44
title : Include import statements, if desired.
45
+ optional : true
45
46
level : 4
46
47
ref : include-import-statements
47
48
content : |
48
- *(Optional)*: Check the :guilabel:`Include Import Statements` option
49
- to include the required import statements for the language selected.
49
+ Check the :guilabel:`Include Import Statements` option
50
+ to include the required import statements for the selected programming language .
50
51
---
51
- title : Click :guilabel:`Copy`.
52
+ title : Include driver syntax, if desired.
53
+ optional : true
54
+ level : 4
55
+ ref : include-driver-syntax
56
+ content : |
57
+ Check the :guilabel:`Include Driver Syntax` option to include
58
+ application code for the selected programming language. If you
59
+ include driver syntax, the copyable code reflects :ref:`project
60
+ <query-bar-project>`, :ref:`sort <query-bar-sort>`, :ref:`maxtimems
61
+ <query-bar-max-time-ms>`, :ref:`collation <query-bar-collation>`,
62
+ :ref:`skip <query-bar-skip>` and :ref:`limit <query-bar-limit>`
63
+ options.
64
+ ---
65
+ title : Click :icon-fa4:`files-o`.
52
66
level : 4
53
67
ref : click-copy
54
68
content : |
55
- Click the :guilabel:`Copy` button at the top-right of the pipeline
56
- to copy the pipeline for the selected language to your clipboard.
57
- You can now integrate and execute your created pipeline into your
69
+ Click :icon-fa4:`files-o` at the top-right of the pipeline to copy
70
+ the pipeline for the selected programming language to your clipboard.
71
+ You can now integrate and execute your created pipeline into your
58
72
application.
59
73
---
60
74
title : Click :guilabel:`Close`.
0 commit comments