Level 1
This is not possible, see https://github.com/laravel/nova-issues/issues/2041
You will need to add a column in your DB to do so
Hi!
I have this Nova application, where we have a contact. A contact has a first_name and last_name, and a custom attribute (accessor) called "name". Is it possible to search for values in "name"?
Thanks
This is not possible, see https://github.com/laravel/nova-issues/issues/2041
You will need to add a column in your DB to do so
Please or to participate in this conversation.