laravel-scout-postgres icon indicating copy to clipboard operation
laravel-scout-postgres copied to clipboard

Can't use in when

Open kenzouno1 opened this issue 5 years ago • 0 comments

I'm try use search in when but this throw exception BadMethodCallException .

   $campaign = Campaign::when($search, function ($q, $search) {
        $q->search($search);
    })->get();

kenzouno1 avatar Nov 15 '19 03:11 kenzouno1