Level 88
You have to make which fields are searchable per Nova Resource for the given model.
class UserResource extends Resource
{
public static $search = [
'id',
'name`,
];
}
Documentation: https://nova.laravel.com/docs/4.0/search/#searchable-columns