searchable icon indicating copy to clipboard operation
searchable copied to clipboard

A non-numeric value encountered

Open lperry65 opened this issue 4 years ago • 0 comments

Using Model::search($query, null, true, true)->get();

I get this response:

{ "errors": { "message": "A non-numeric value encountered:/var/www/html/vendor/nicolaslopezj/searchable/src/SearchableTrait.php:63", "error_code": "UNKNOWN" } }

Is this because the Primary key is not an integer, this is an existing application which uses a Uuid

lperry65 avatar Apr 30 '20 20:04 lperry65