Searching Models
'searchables' => [
'products' => [
'label' => 'Products', // Title of tab
'fields' => ['name', 'description'], // Fields to search in
'index' => ['id', 'name'], // Fields to index on search results
'route' => 'admin.products.edit' // Route name to edit or view model
],
],
Last updated