I want to search and update any document which matches a particular id but dont want to specify any specific collection but the search needs to query all the documents in a particular database.
kind of db.find() not db.collection.find();
Any command which I may have overlooked in mongoose that accomplishes this?