could someone help me with this? anyone know why I...
# orm-help
a
could someone help me with this? anyone know why I can't do this when name contains spaces: ``` return prisma.users({ where: { OR: [{ name_contains: name }, { email_contains: email }], }, orderBy: "name_ASC", first,
d
"${name}"
?
a
@David Casier thanks but still doesn't seem to do the trick