I am creating software with backend in NodeJS, database in MySQL and Prisma ORM. In my software I have a table with encrypted patient data. There is a screen for administrators in the software. The administrator must perform realtime patient searches as they type in an input field. For example, he has to search for patients by their surname. How can I do a search in the surname column encrypted using the modelQuery findMany and with the "contains" operator?