titin_sculpts_clay
CCConvex Community
•Created by titin_sculpts_clay on 8/16/2024 in #support-community
AV warning on opening dashboard
4 replies
CCConvex Community
•Created by titin_sculpts_clay on 8/7/2024 in #support-community
Sorting records randomly
So I'm prototyping a feed-type page for users to view posts from around the app, that loads content in a random order. It's not dated content, so serving sorted by timestamp doesn't make much sense. It also serves to add a degree of freshness, I think, to show random unviewed posts.
I know traditional SQL has a
SORT BY random
implementation, but was wondering if Convex had something similar out of the box to implement this feature.
Else I'm open to advice on how to pull off something like this.8 replies