``` where: { firstName: { search: 'word' }...
# prisma-client
g
Copy code
where: {
        firstName: { search: 'word' },
        lastName: { search: 'word' },
      } // this is an error