backpack1098B
Convex Communityโ€ข3y agoโ€ข
3 replies
backpack1098

how do LOWER(q.field("name") LIKE LOWER('%name%')

hi team! tried searching the docs but to no avail. any idea how can i do sth like
.filter((q) => q.eq(q.field("name"), args.name))

but ignoring the case? ๐Ÿ˜…
Was this page helpful?