gpt4 book ai didi

MongoDB - 使用多个参数从多个集合中搜索

转载 作者:行者123 更新时间:2023-12-03 15:59:32 25 4
gpt4 key购买 nike

我必须从 MongoDB 中的多个集合中执行查找,即我的查询如下所示 -

{
_id:1003, // This belongs to user collection
'user.firstName':'xyz', // This belongs to user collection
'user.lastName':'xyz', // This belongs to user collection
'member._id':1004,// This belongs to user's family member collection
'member.firstName':'xyz', // This belongs to member collection
'member.lastName':'xyz', // This belongs to member collection
}

现在我想支持使用多个参数进行搜索,即用户可以通过用户名或成员(member)名用户名和成员(member)名用户ID或成员 ID用户 ID 和成员 ID所有参数

我的问题是如何使用多个参数从多个集合中执行搜索。任何帮助或指示将不胜感激。

最佳答案

这绝对不可能。除了使用 $lookup 或 $graphlookup 加入之外,我认为没有任何可能性。

关于MongoDB - 使用多个参数从多个集合中搜索,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58128152/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com