typeorm-encrypted
typeorm-encrypted copied to clipboard
Like operator not supported
Is there a way to query based on partial words in encrypted data?
user.find({
where: { email: ILike('%' + search + '%') }
})