Hi,
With this lab im trying to drop all indexes, except the _id one of course, I understand that can’t be deleted.
The query I run after this point, doesn’t give an error, but it also doesn’t provide any results.
… where as, a basic find provides a list of data
I am running this on a localhost instance of mongo db.
Regards
Russell