typeorm-encrypted icon indicating copy to clipboard operation
typeorm-encrypted copied to clipboard

Like operator not supported

Open BrianCarnes opened this issue 1 year ago • 0 comments

Is there a way to query based on partial words in encrypted data?

user.find({
  where: { email: ILike('%' + search + '%') }
})

BrianCarnes avatar Feb 02 '24 16:02 BrianCarnes