Mongodb – Search an item with mongoose
I want to search for a specific item from the database(mongodb) using mongoose ODM and display the item in my view. This is what I have found from the internet but its not working. Here is my controller: exports.getSearch =…