searchable
searchable copied to clipboard
search on integer/id not working
Added it, but gives 500 error because it can lower() an int.
protected $searchable = [
'columns' => [
'customers.id' => 5,
'customers.firstname' => 10,
'customers.lastname' => 10,
],
];