ruichen199801 / forxnews

CIS550 database course project
https://youtu.be/nuDBwg3mG6o
0 stars 1 forks source link

[TBD] Improve Sort Order #73

Closed ruichen199801 closed 1 year ago

ruichen199801 commented 1 year ago

Currently we only support sorting by a single property.

We may want to order by multiple columns in SQL. For example, when the user chooses to sort by rating, we can use usefulVote as the second order by column to prevent from ranking 5 star bot reviews first.

ruichen199801 commented 1 year ago

Issue closed as this will not be implemented.