sources api
This commit is contained in:
parent
00a3b5809c
commit
a504746c0f
|
|
@ -79,7 +79,7 @@ class SearchController extends V1Controller
|
|||
->where('visible_individually', 1)
|
||||
// ->addSelect(DB::raw("\'product\' as type" ))
|
||||
->orderBy('name'))
|
||||
->take(10)
|
||||
// ->take(10)
|
||||
->get();
|
||||
|
||||
if($products->count()){
|
||||
|
|
|
|||
Loading…
Reference in New Issue