How to query items where array field contains a specific value?
[categoryId]
, but I need it to return items where categoryId
is one of potentially many elements in the array.
Here's my current query:
```typescript...Calculating average rating across a large dataset
Zod Unions appear to break `Table` helper (maybe zodToConvex related?)
Table
expects a Record while the union produces an array of members.
This still works below so i'll do this, but wanted to flag this in case it wasn't known...Upload large file
Turborepo
Is there a way to infer "union of column name literals" from a table schema?
sortBy
as an arg, I'm specifying it to be a string.
```tsx
args: {
sortBy: v.optional(v.string()),...Dashboard functions search bug
adding react native (expo) to existing Next + Convex app (with Convex Auth)
Use Multi Convex projects
Internal queries/mutations/actions vs helper functions
The ctx.storage.getUrl() method is marked as deprecated, but Convex docs provide no alternatives
ctx.storage.getUrl()
, but my IDE says the function is deprecated.
https://docs.convex.dev/file-storage/serve-files
What, then, is the best practice for accessing stored file data?...convex auth with hono
Handling Upserts with Optional System Fields
using push notifications component in monorepo with react native expo
convex component expo push notifications
. I have a monorepo (using turbo-repo + pnpm) with 2 apps: a react-native expo (SDK 52) app and my convex backend. This is (roughly) the monorepo project structure
```
apps/
convex/
expo/...Can Convex Handle Video Segmentation, Storage, and API Integration for Generating Long-Form Videos?
Underscores not allowed at start of nested fields
Dynamic query builder in convex
nextjs handling server-side errors in error page
instanceof ConvexError
see code below:
```typescript
"use client";
import ......