filter index based on multiple possible values?
pending
. due to lots of users, and lots of posts per user, we have an index set up to index posts by ["userId", "status"]. therefore, we query like so:
``` const userPosts = await ctx.db
.query("posts")
.withIndex("by_userId_status", (q) => q.eq("userId", user?._id).eq('status', 'pending')...Problem posting an image to Convex storage. Please help me!!!!
Convex Auth catching different type of error on sign in/sign up
[ConvexAuth] Doc<'users'> don't update from default authTables
I'm having problems integrating launch darkly
convex swift with clerk
I need to rekey my tables after importing
Types for resuing filters
Not getting indexRange callback type
q
inside withIndex
is not being inferred.
Did I miss something?
```ts
export const getSpins = query({
args: {...How would you handle third party subscriptions in convex
github oauth stuck in redirect loop
Searching arrays in Data dashboard
Type error when NOT directly calling function (new to Convex 1.18.2)
ctx.runQuery(myApiQuery)
vs myApiQuery()
I'm getting the stubborn "Function implicitly has return type 'any' because..." error.
Any idea why this is now upsetting the type system? ...Query arguments issue?
Debug Internal Node Errors

How do I search for a value in a table that is related to another table in relationship?
[Convex Auth] Clerk Integration with Convex
[Convex Auth] How to access param in `createOrUpdateUser` callback
createOrUpdateUser
callback, Iām facing a challenge. Thereās no way to access supplementary data, such as the root user ID, during the login process. This makes it difficult to allow sub-users to authenticate using the required root user ID + sub-user email + password combination.
Any workaround?...Convex on my lambda
convex/browser
?
```js
import { ConvexClient } from 'convex/browser'
const client = new ConvexClient(CONVEX_URL)...