'{$keyword}' 搜索结果

$where=function($query)use($keyword){ $query->where('post.create_time','>=',0)->where('post.post_title','like',"%$keyword%"); };