Learn how to use Nova’s global search feature to search across all your resources.
/
(forward slash) on your keyboard. Pressing ESC
(the escape key) will also close the global search input.User
resource may specify the name
attribute as its title. Then, when the resource is shown within the global search results, that attribute will be displayed.
To customize the “title” attribute of a resource, you may define a title
property or title
method on the resource class:
Post
resource’s author is displayed as a subtitle, allowing quick identification of who wrote a given post:
subtitle
method of the resource:
globalSearchResults
property on the resource:
Nova::globalSearchDebounce
method. Normally, this method should be called from within your application’s NovaServiceProvider
:
Laravel\Nova\Contracts\Cover
interface. This interface requires you to define a resolveThumbnailUrl
method, which should return the URL of your desired “cover art”:
globallySearchable
property on the resource:
withoutGlobalSearch
method from your App/Providers/NovaServiceProvider
: