pmatseykanets / laravel-scout-postgres

PostgreSQL Full Text Search Engine for Laravel Scout
MIT License
159 stars 36 forks source link

Getting all columns even hidden #39

Open thewebartisan7 opened 3 years ago

thewebartisan7 commented 3 years ago

I am getting all columns even hidden by just running below:

$model->search($query)->get() or $model->search($query)->paginate()

As you can see in below screenshot, there is hidden columns set but in attributes you can see password, searchable and remember_token

Screenshot 2020-09-21 at 11 05 57

Am I missing something?

devNoiseConsulting commented 3 years ago

Is this just in the DD or can you access/modify the hidden attributes in your code? Using php artisan tinker, my models do not display the hidden attributes.