Resources with no ratings when sorting by rating

everlaster

Well-known member
Featured Contributor
Joined
Aug 9, 2020
Messages
696
Solutions
15
Reactions
3,535
When sorting by rating, resources with no ratings and resources with low ratings (1-3 stars) seem to get mixed up. In my opinion, resources with ratings should be listed first (according to ascending or descending), and resources without any ratings should be listed at the end. That way, you would know from the first unrated/unreviewed item that all of the items after that will also be unrated/unreviewed. (Also, reactions should be ignored when sorting by rating, if they are not already.)

Currently sorting by rating asc, you get:

Code:
*
*
**
***
no rating
no rating
... 
no rating
****
****
*****

And the inverse when sorting by desc.

How I think it should work:

Ascending:
Code:
*
*
**
***
****
****
*****
no rating
no rating
...

Descending:
Code:
*****
****
****
***
**
*
*
no rating
no rating
...
 
I will add this to bug reports.
 
Back
Top Bottom