Closed buchin closed 6 years ago
With this improvement, now we are able to do custom filtering, sorting, etc.
Example with pimpable package:
$products = Product::search($term, function($query, $builder){ return $query->pimp(); })->paginate(12);
With this improvement, now we are able to do custom filtering, sorting, etc.
Example with pimpable package: