[BACKEND] Rating Filter within Subcategory #361
Labels
bug
Something isn't working
priority: medium
Solving this issue is a mediocre contribution to the project.
type: back-end
Issues related to back-end
Milestone
This is a bug issue, but I'm actually not sure whether this is a bug or I'm writing something incorrectly, so I wanted to ask this issue to anyone from the backend team.
Description of the bug:
When the user filters the products by a minimum rating within a subcategory, the products which have more rating than the rating limit doesn't return from
/search/products
endpoint.Steps to reproduce the behavior:
/search/products
with this body:/search/products
with this body:Expected behavior:
Seeing the product with 4.24 rating
Actual behavior:
Seeing an empty list
The text was updated successfully, but these errors were encountered: