Nick B
02/14/2022, 10:49 PMNurul
02/15/2022, 6:23 AM// All posts that contain the word 'prisma nextjs'.
const result = await prisma.posts.findMany({
where: {
title: {
search: 'prisma nextjs',
},
},
})
Please let me know in case you face any issues.