Skip to main content
All CollectionsSupport
Two different methods of how to aggregate and sort by likes, favorites, or votes
Two different methods of how to aggregate and sort by likes, favorites, or votes

Whether you're using an array column or a separate table, you can use Joins & Evals to help aggregate and sort by total likes or votes.

Jake Spirek avatar
Written by Jake Spirek
Updated over a week ago

Using Addons with your query is a great way to get the total number of likes or votes, but if you want to be able to sort by top-liked/voted items, you will need to use another method.

In this example, you'll learn how to do this using Joins and Evals.

How to track the likes or votes by adding to field set to Array

Learn how to track likes or votes in a column (field) that is set up to act as an array of users who voted for an item.

Did this answer your question?