NagelN
Convex Community5mo ago
9 replies
Nagel

Sort by number + doing text search

I have a table of an item with a name, and a number field contaiing a score.
I want to create logic that will get me all the items matching a specific string for the name (no need vector search, just regular text search is good) sorted by the heights score descending.

Is this possible in convex? It is very basic functionlity but I couldn't find it in the docs.
Was this page helpful?