aviabird / angularspree-api

API for angular spree frontend
18 stars 28 forks source link

Sorting params to ransack #53

Closed gopalshimpi closed 6 years ago

gopalshimpi commented 6 years ago

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