Commit 7d1ad11
authored
Merge pull request buildwithyab#70 from buchin/master
Implement callback within search
```$products = Product::search($term, function($query, $builder){
return $query->pimp();
})->paginate(12);```1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| |||
0 commit comments