We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9f3d0 commit 5106973Copy full SHA for 5106973
source/core/indexes/drop-index.txt
@@ -77,7 +77,7 @@ method and specify an array of index names:
77
78
.. code-block:: javascript
79
80
- db.<collection>.dropIndexes("<index1>", "<index2>", "<index3>")
+ db.<collection>.dropIndexes( [ "<index1>", "<index2>", "<index3>" ] )
81
82
Drop All Indexes Except the ``_id`` Index
83
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments