首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐工具
›
RoboMongo
推荐书目
›
50 Tips and Tricks for MongoDB Developers
Related Blogs
›
Snail in a Turtleneck
V2EX
›
MongoDB
mongoose 怎么 populate 别的集合的子文档?
1
gancl
·
2014-06-13 15:49:09 +08:00
· 4702 次点击
这是一个创建于 3816 天前的主题,其中的信息可能已经有所发展或是发生改变。
I can't find it with populate, o.B is a objectId,o.B.name is undefined.
BSchema is a subdocument of ASchema, CSchema has a ref connection of BSchema.
I want to find all CSchema which CSchema's name is "c_xxx", and shows CSchema's B's name and its A's name.
Like this result: {CName:"c_xxx",BName:"b_xxx",AName:"a_xxx"}
cschema
populate
undefined.
2 条回复
•
2014-06-13 23:21:27 +08:00
1
shuson
2014-06-13 16:42:57 +08:00
when populate fields, it only works if there is ref to children from the parent schema
2
gancl
OP
2014-06-13 23:21:27 +08:00
@
shuson
看来这种情况用不了populate,只能手动一条条查了.
怎么等待CSchema.find({ 执行完毕? 我再手动将结果构造成json
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1817 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 33ms ·
UTC 16:32
·
PVG 00:32
·
LAX 08:32
·
JFK 11:32
Developed with
CodeLauncher
♥ Do have faith in what you're doing.