Harris Rothaermel
10/17/2022, 4:54 PMRaphael Etim
10/17/2022, 5:07 PMHarris Rothaermel
10/17/2022, 5:09 PMHarris Rothaermel
10/17/2022, 5:10 PMRaphael Etim
10/17/2022, 5:24 PMHarris Rothaermel
10/17/2022, 5:32 PMHarris Rothaermel
10/17/2022, 5:32 PMRaphael Etim
10/17/2022, 5:37 PMHarris Rothaermel
10/17/2022, 6:56 PMHarris Rothaermel
10/17/2022, 6:56 PMgenerator client {
provider = "prisma-client-js"
previewFeatures = ["fullTextSearch"]
}
const leadsByName = await prisma.lead.findMany({
where: {
userId: user.id,
name: {
search: query,
},
},
});
Harris Rothaermel
10/17/2022, 6:58 PMHarris Rothaermel
10/17/2022, 6:58 PMHarris Rothaermel
10/17/2022, 7:08 PMHarris Rothaermel
10/17/2022, 7:08 PMHarris Rothaermel
10/17/2022, 7:08 PMVladi Stevanovic
Vladi Stevanovic