Skip to content

Commit 21f1877

Browse files
authored
DOCSP-19107 rename all references of MQL to query api (#208) (#278)
* 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 e97b4f4 commit 21f1877

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
@@ -241,7 +241,7 @@ arguments:
241241

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

244-
For a complete MQL example using ``let`` and variables, see
244+
For a complete example using ``let`` and variables, see
245245
:ref:`aggregate-let-example`.
246246

247247
.. 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
@@ -273,8 +273,8 @@ Definition
273273

274274
.. include:: /includes/let-variables-syntax-note.rst
275275

276-
For a complete MQL example using ``let`` and variables, see
277-
:ref:`findAndModify-let-example`.
276+
For a complete example using ``let`` and variables,
277+
see :ref:`findAndModify-let-example`.
278278

279279
.. versionadded:: 5.0
280280

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
@@ -222,7 +222,7 @@ parameters:
222222

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

225-
For a complete MQL example using ``let`` and variables, see
225+
For a complete example using ``let`` and variables, see
226226
:ref:`db.collection.update-let-example`.
227227

228228
.. versionadded:: 5.0

source/reference/versioned-api.txt

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

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

257257
.. code-block:: javascript
258258

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

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

290290
.. code-block:: javascript
291291

0 commit comments

Comments
 (0)