spatie/laravel-searchable

Show more information in search.

marcelloinfoweb opened this issue · 1 comments

Show more than one information in the result with the link before going to the page with the complete result.

For example:

return new SearchResult(
$this,
$this->name,
$url
);

Being able to add more data besides $ this-> name or even better, not showing the link and going straight to the selected controller data.

Duplicate of #23