#Convex ents type error "query3.withIndex is not a function"
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
What im doing is basically trying to filter indexed table + using indexed sorting
please help
looks like you have a type error on q already - makes me wonder if you have a organizationId index defined. e.g. .field("organizationId", v.id("organizations"), { index: true })
yea it is indexed, i used .edge("organization") from convex,