@@ -148,12 +148,10 @@ Parameters
148148
149149 Defaults to ``1``.
150150
151- .. note::
152-
153- MongoDB 3.0 and later ignores the ``usePowerOf2Sizes`` flag. See
154- :manual:`collMod </reference/command/collMod>` and
155- :manual:`db.createCollection()
156- </reference/method/db.createCollection>` for more information.
151+ MongoDB 3.0 and later ignores the ``usePowerOf2Sizes`` flag. See
152+ :manual:`collMod </reference/command/collMod>` and
153+ :manual:`db.createCollection()
154+ </reference/method/db.createCollection>` for more information.
157155
158156 * - indexOptionDefaults
159157 - array|object
@@ -299,27 +297,23 @@ Parameters
299297 exception of :query:`$near`, :query:`$nearSphere`,
300298 :query:`$text`, and :query:`$where`.
301299
302- .. note::
303-
304- - Validation occurs during updates and inserts. Existing documents
305- do not undergo validation checks until modification.
300+ Validation occurs during updates and inserts. Existing documents
301+ do not undergo validation checks until modification.
306302
307- - You cannot specify a validator for collections in the ``admin``,
308- ``local``, and ``config`` databases.
303+ You cannot specify a validator for collections in the ``admin``,
304+ ``local``, and ``config`` databases.
309305
310- - You cannot specify a validator for ``system.*`` collections.
306+ You cannot specify a validator for ``system.*`` collections.
311307
312308 * - viewOn
313309 - string
314310 - The name of the source collection or view from which to create the view.
315311
316- .. note::
312+ The name is not the full namespace of the collection or view (i.e.
313+ it does not include the database name). Views must be created in the
314+ same databases as the source collection or view.
317315
318- The name is not the full namespace of the collection or view (i.e.
319- it does not include the database name). Views must be created in the
320- same databases as the source collection or view.
321-
322- .. versionadded:: 1.13
316+ .. versionadded:: 1.13
323317
324318 * - writeConcern
325319 - :php:`MongoDB\Driver\WriteConcern <class.mongodb-driver-writeconcern>`
0 commit comments