Skip to content

Commit 706afcb

Browse files
authored
DOCSP-19107 rename all references of MQL to query api (#279)
* DOCSP-19107 rename all references of MQL to query api * query api -> Query API and sentence adjustment * remove Query API from versioned-api page * Removing Query API from all For a complete... statements * **
1 parent 49d8e35 commit 706afcb

11 files changed

+18
-18
lines changed

source/reference/command/aggregate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ arguments:
243243

244244
.. include:: /includes/let-variables-aggregate-syntax-note.rst
245245

246-
For a complete MQL example using ``let`` and variables, see
246+
For a complete example using ``let`` and variables, see
247247
:ref:`aggregate-let-example`.
248248

249249
.. versionadded:: 5.0

source/reference/command/delete.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Definition
127127

128128
.. include:: /includes/let-variables-syntax-note.rst
129129

130-
For a complete MQL example using ``let`` and variables, see
130+
For a complete example using ``let`` and variables,
131131
see :ref:`delete-let-example`.
132132

133133
.. versionadded:: 5.0

source/reference/command/find.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ The command accepts the following fields:
414414

415415
.. include:: /includes/let-variables-syntax-note.rst
416416

417-
For a complete MQL example using ``let`` and variables, see
417+
For a complete example using ``let`` and variables, see
418418
:ref:`find-let-example`.
419419

420420
.. versionadded:: 5.0

source/reference/command/findAndModify.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ Definition
271271

272272
.. include:: /includes/let-variables-syntax-note.rst
273273

274-
For a complete MQL example using ``let`` and variables, see
275-
:ref:`findAndModify-let-example`.
274+
For a complete example using ``let`` and variables,
275+
see :ref:`findAndModify-let-example`.
276276

277277
.. versionadded:: 5.0
278278

source/reference/command/update.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The command takes the following fields:
119119

120120
.. include:: /includes/let-variables-syntax.rst
121121

122-
For a complete MQL example, see :ref:`update-variables-example`.
122+
For a complete example, see :ref:`update-variables-example`.
123123

124124
.. versionadded:: 5.0
125125

@@ -173,7 +173,7 @@ Each document contains the following fields:
173173

174174
.. include:: /includes/let-variables-syntax-note.rst
175175

176-
For a complete MQL example using ``let`` and variables, see
176+
For a complete example using ``let`` and variables, see
177177
:ref:`update-variables-example`.
178178

179179
.. versionadded:: 5.0

source/reference/command/validateDBMetadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Output
208208
Example
209209
-------
210210

211-
Use the sample MQL (MongoDB Query Language) code to create a ``sales``
211+
Use the sample Query API code to create a ``sales``
212212
collection in :binary:`~bin.mongosh`:
213213

214214
.. code-block:: javascript

source/reference/method/db.collection.aggregate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Definition
221221

222222
.. include:: /includes/let-variables-aggregate-syntax-note.rst
223223

224-
For a complete MQL example using ``let`` and variables, see
224+
For a complete example using ``let`` and variables, see
225225
:ref:`db.collection.aggregate-let-example`.
226226

227227
.. versionadded:: 5.0

source/reference/method/db.collection.findAndModify.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ Definition
242242

243243
.. include:: /includes/let-variables-syntax-note.rst
244244

245-
For a complete MQL example using ``let`` and variables, see
246-
:ref:`db.collection.findAndModify-let-example`.
245+
For a complete example using ``let`` and variables,
246+
see :ref:`db.collection.findAndModify-let-example`.
247247

248248
.. versionadded:: 5.0
249249

source/reference/method/db.collection.remove.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Definition
110110

111111
.. include:: /includes/let-variables-syntax-note.rst
112112

113-
For a complete MQL example using ``let`` and variables, see
114-
:ref:`db.collection.remove-let-example`.
113+
For a complete example using ``let`` and variables,
114+
see :ref:`db.collection.remove-let-example`.
115115

116116
.. versionadded:: 5.0
117117

source/reference/method/db.collection.update.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ parameters:
218218

219219
.. include:: /includes/let-variables-syntax-note.rst
220220

221-
For a complete MQL example using ``let`` and variables, see
221+
For a complete example using ``let`` and variables, see
222222
:ref:`db.collection.update-let-example`.
223223

224224
.. versionadded:: 5.0

source/reference/versioned-api.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ documents. Since the :dbcommand:`count` command does not belong to the
231231
Versioned API, this application cannot use the Versioned API until the
232232
:dbcommand:`count` command is removed from the code.
233233

234-
Use the sample MQL (MongoDB Query Language) code to create a ``sales``
235-
collection in :binary:`~bin.mongosh`:
234+
Use the sample code to create a ``sales`` collection in
235+
:binary:`~bin.mongosh`:
236236

237237
.. code-block:: javascript
238238

@@ -264,8 +264,8 @@ For example, issuing ``db.sales.count()`` results in this error:
264264

265265
However, the :dbcommand:`aggregate` command is
266266
:ref:`in the Versioned API <api-v1-command-list>` and can be used to
267-
obtain a count. Use the sample MQL (MongoDB Query Language) code to
268-
obtain a count from the ``sales`` collection in :binary:`~bin.mongosh`:
267+
obtain a count. Use the sample code to obtain a count from the ``sales``
268+
collection in :binary:`~bin.mongosh`:
269269

270270
.. code-block:: javascript
271271

0 commit comments

Comments
 (0)