I have a Laravel application with this Eloquent query:
$products = Product::where(\'name\', \'LIKE\', "%{$value}%") ->whereHas(\'categories\'