Global Search Table Column

I want to search table columns globally. and my data was inserted in the database-encrypted form.
For example, I want to search for customer email, and it is in encrypted form.
So I want to apply a query for the search, like...

 $query->whereEncryptedLike('customer_email', $search)
image.png
image.png
Was this page helpful?