Closed vahidalvandi closed 5 years ago
how i can serach in all whit out same id
$data['relateds'] = model::search($data['article']->title)->where('site_posts.id','!=','55')->take(8)->get();
this return empty !
Try without the where clause and then simply exclude the post from the collection
where
please show sample
how i can serach in all whit out same id
$data['relateds'] = model::search($data['article']->title)->where('site_posts.id','!=','55')->take(8)->get();
this return empty !