generalpiston / typeorm-encrypted

Encrypted field for typeorm.
MIT License
75 stars 19 forks source link

Like operator not supported #67

Open BrianCarnes opened 8 months ago

BrianCarnes commented 8 months ago

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

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