Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
Description
On the tutorial page of the C++ driver, the section labeled "Indexing" uses the deprecated DBClientConnection::ensureIndex method, which no longer exists as part of the DBClientConnection API. It appears to now be called createIndex.
Fix is just :%s/ensureIndex/createIndex/g