lee
lee6mo ago

Using TypeScript to Write Complex Query ...

https://stack.convex.dev/complex-filters-in-convex (also i recommend #ask-ai or #support-community )
Using TypeScript to Write Complex Query Filters
There’s a new Convex helper to perform generic TypeScript filters, with the same performance as built-in Convex filters, and unlimited potential.
3 Replies
CabalDAO
CabalDAO6mo ago
Ok but what if you have a paginated query? How would you filter in js when the end result of the query is to paginate?
lee
leeOP6mo ago
Using TypeScript to Write Complex Query Filters
There’s a new Convex helper to perform generic TypeScript filters, with the same performance as built-in Convex filters, and unlimited potential.
lee
leeOP6mo ago
Although if you want it to be efficient you may need to restructure your data with more tables and/or indexes

Did you find this page helpful?