mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update SearchController
This commit is contained in:
parent
7542434c3b
commit
8278224361
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue