查询有效,但不显示搜索结果,即条件不起作用?
function (Request $request)
{
$clientname =$request['clientname']; //for scanning the input throught postman.
$users = paginationModel::where('clientname','like','%'.$clientname.'%')->paginate(2);
}
答案 0 :(得分:0)
查询正确无误。我在输入而不是使用表单数据字段输入时在邮递员中犯了一个错误。 我在标题字段中输入了内容。