BarisB
Convex Community13mo ago
2 replies
Baris

Undefined values in indexed queries

How are undefined values handled in an indexed query? I need to write a query like this:

.eq(value).eq(undefined).eq(undefined).eq(value)

Do these undefined values impact query performance in negative way, or are they treated the same as other data types in Convex?
Was this page helpful?