Relative Content

Tag Archive for node.jsmongodbapimongoosemongodb-query

Search products (documents) based on their ratings using mongoose

I was creating a full stack e-commerce website, when i came across this problem. I wanted to add a search filtering based on reviews star. The client sends query and minRatings to the server and the API sends a query to the mongodb database searching for product which matches the query and the review stars should be greater or equal to minRating.