Is there a way to query based on partial words in encrypted data? ``` user.find({ where: { email: ILike('%' + search + '%') } }) ```