You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to get all entries from a section and then order them by the rating? The end goal is to have a dropdown where users can select to view only 3 star rated content, or only 5 star rated content etc..
My code at the moment returns the entries but I am unsure of how to sort them by rating.
I may be confused by your example but how could I adapt that to display entries by certain rating criteria. I don’t simoly want to display the highest rated content.
For example From a drop down that a user can select “view 3 star rated content only” in which case I would display content that has a rating of 3 stars. Thanks again.
Is it possible to get all entries from a section and then order them by the rating? The end goal is to have a dropdown where users can select to view only 3 star rated content, or only 5 star rated content etc..
My code at the moment returns the entries but I am unsure of how to sort them by rating.
The text was updated successfully, but these errors were encountered: