Sunagatov / Iced-Latte-Frontend

a online Marketplace for coffee retail (Frontend)
https://iced-latte.uk
MIT License
209 stars 48 forks source link

(MAIN PAGE-PRODUCT'S CATALOG) incorrect order of products when sorted by average rating #188

Closed Lightness322 closed 3 months ago

Lightness322 commented 3 months ago

Before:

  1. When sorting with parameters: 'sort_attribute=averageRating&sort_direction=desc' we get a list of products that first contains products with averageRating equal to null.
  2. When sorting with parameters: 'sort_attribute=averageRating&sort_direction=asc' we get a list of products that last contains products with averageRating equal to null.

After:

  1. Descending order: Products with averageRating equal to null should be the latest.
  2. Ascending order: Products with averageRating equal to null should come first.