We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readme里面的例子太少了,且都是普通查询相关的,别的一些聚合操作,函数都没有。请问有更完整一些的文档吗。
The text was updated successfully, but these errors were encountered:
又比如$lookup表连接,一直试不成功, $res = $col->aggregate([ ['$match'=>['id'=>'62cd1930bb22cff80efbee33']], ['$lookup'=>['from'=>'form_tpl','localField'=>'id','foreignField'=>'_id','as'=>'basic_form_info']] ]);
$res = $col->aggregate([ ['$match'=>['id'=>'62cd1930bb22cff80efbee33']], ['$lookup'=>['from'=>'form_tpl','localField'=>'id','foreignField'=>'_id','as'=>'basic_form_info']] ]);
Sorry, something went wrong.
No branches or pull requests
readme里面的例子太少了,且都是普通查询相关的,别的一些聚合操作,函数都没有。请问有更完整一些的文档吗。
The text was updated successfully, but these errors were encountered: