Encryptable icon indicating copy to clipboard operation
Encryptable copied to clipboard

Cannot search encrypted data

Open alisamdaanali opened this issue 4 years ago • 2 comments

I am unable to search the data using the ->where()

alisamdaanali avatar Apr 12 '20 00:04 alisamdaanali

Have you added the trait to your model as shown in the Readme?

gregoryduckworth avatar Apr 12 '20 16:04 gregoryduckworth

I am unable to search the data using the ->where()

That is since it is encrypted with the app key, you can not search encrypted data and you can not use this for searchabale data. And this holds true for all packages that do this.

bumbummen99 avatar Jun 02 '21 05:06 bumbummen99