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
David Casier
01/15/2019, 3:22 PM
"${name}"
?
a
andykay
01/16/2019, 4:02 PM
@David Casier thanks but still doesn't seem to do the trick