Skip to content
Snippets Groups Projects
Unverified Commit 1969795e authored by Robb Lewis's avatar Robb Lewis
Browse files

Remove extra search for now

parent 5f7ded89
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -93,7 +93,6 @@ class TweetRepository {
public function search($search)
{
return Tweet::where('text', 'LIKE', '%'.$search.'%')
->orWhere('extra', 'LIKE', '%'.$search.'%')
->orderBy('time', 'desc')
->paginate(self::$paginate);
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment