laravel-scout-mysql-driver
laravel-scout-mysql-driver copied to clipboard
Inf and NaN cannot be JSON encoded
Hello this issue im facing while searching on json column
relevance is returning INF may be this is an issue. any solution would be appreciated.
made it worked like this
$results = Application::search(request('q'))->get()->map(function($item){ unset($item['relevance']); return $item; });