HmzaH
Convex Community2y ago
2 replies
Hmza

Index on two fields

startDate: v.string(),
endDate: v.string()

.index("by_date_range", ["startDate", "endDate"]);
Was this page helpful?