laravel-scout-postgres
laravel-scout-postgres copied to clipboard
Can't use in when
I'm try use search in when but this throw exception BadMethodCallException
.
$campaign = Campaign::when($search, function ($q, $search) {
$q->search($search);
})->get();