We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef94bf commit 9fac721Copy full SHA for 9fac721
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