How to filter Data using email in MongoDB?
How can I get data by email from MongoDB? Here is an example: _id: Objectid('6274e58826914a298567e5f8'), "name": "Vauxhall Mokka", "supplier": "Vauxhall", "email": "[email protected]", "price": 30000, "quantity": 30, "img": "https://i.ibb.co/SQqBNXy/getImage.png", "sold": 0 I can easily get the item by _id with this…