Due to changes in the node driver (see NODE-2602) we can only return created index names instead of the entire document from the server. This includes:
Due to changes in the node driver (see NODE-2602 ) we can only return created index names instead of the entire document from the server. This includes:
collection.createIndexes
collection.createIndex
collection.ensureIndex
This is a breaking change from the old shell
Iteration Rambutan
Update the api code & tests to expect only index names
depends on
NODE-2602createIndexes should return created index names