Closed gopalshimpi closed 6 years ago
Feature Added sorting products by Avg. Rating, Review Count, & favorite_user_count.
Avg. Rating
Review Count
favorite_user_count
Now User can sort the search result of products by avg.rating, review_count & favorite_user_count.
For making this we need make the whitelist the columns of the product table. As spree use ransack gem so, it performs sorting according to it.
[delivers #159161098] Story
Why?
Feature Added sorting products by
Avg. Rating
,Review Count
, &favorite_user_count
.This change addresses the need by:
Now User can sort the search result of products by avg.rating, review_count & favorite_user_count.
For making this we need make the whitelist the columns of the product table. As spree use ransack gem so, it performs sorting according to it.
[delivers #159161098] Story