#Convex ents type error "query3.withIndex is not a function"

4 messages · Page 1 of 1 (latest)

clever tinsel
#

What im doing is basically trying to filter indexed table + using indexed sorting
please help

sudden wigeon
#

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 })

clever tinsel
#

yea it is indexed, i used .edge("organization") from convex,