Update SearchController

pull/1116/head
Daniel Supernault 6 years ago
parent 7542434c3b
commit 8278224361
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -85,7 +85,8 @@ class SearchController extends Controller
->whereNull('status')
->where('id', '!=', Auth::user()->profile->id)
->where('username', 'like', '%'.$tag.'%')
->orWhere('remote_url', $tag)
->whereNull('domain')
//->orWhere('remote_url', $tag)
->limit(20)
->get();

Loading…
Cancel
Save