F
F
foobarsik2019-11-13 12:17:51
Laravel
foobarsik, 2019-11-13 12:17:51

How to set up a searchable field in Laravel Nova?

BelongsTo::make('User')->searchable()
The search works, but apart from the gravatar, it does not show anything in the line. Can I somehow display first_name + last_name or email there?
5dcbca33aecb5575010711.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
foobarsik, 2019-11-13
@foobarsik

It was necessary to specify in the resource:
public static $title = 'email';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question