searchable icon indicating copy to clipboard operation
searchable copied to clipboard

search on integer/id not working

Open Jaspur opened this issue 7 years ago • 0 comments

Added it, but gives 500 error because it can lower() an int.

 protected $searchable = [
        'columns' => [
            'customers.id' => 5,
            'customers.firstname' => 10,
            'customers.lastname'  => 10,
        ],
    ];

Jaspur avatar Dec 08 '17 12:12 Jaspur