You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Im having a trouble with filtering through encrypted data with using Filterable trait. General idea is to get all the data entries, decrypt them locally, filter them with posted filter values locally and send them further to my list layout just like normal not encrypted data. I am aware, that its the most efficient way to search :). Did any came across such a mechanism?
I use built-in encryption functionality which saves and shows the data just like intended. My only struggle with it is that I'm not able to filter needed adresses protected $casts = [ 'address' => 'encrypted' ];
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Im having a trouble with filtering through encrypted data with using Filterable trait. General idea is to get all the data entries, decrypt them locally, filter them with posted filter values locally and send them further to my list layout just like normal not encrypted data. I am aware, that its the most efficient way to search :). Did any came across such a mechanism?
I use built-in encryption functionality which saves and shows the data just like intended. My only struggle with it is that I'm not able to filter needed adresses
protected $casts = [ 'address' => 'encrypted' ];
Beta Was this translation helpful? Give feedback.
All reactions