gpt4 book ai didi

node.js - 如何查询 mongoDB 以获取其 _id 值与数组中的一个 _id 值匹配的文档?

转载 作者:太空宇宙 更新时间:2023-11-03 22:48:58 31 4
gpt4 key购买 nike

我在 Nodejs 中有一个数组,其中包含需要检索的 mongoDB 文档的 document _id 值。因此,我需要以这样的方式查询 mongoDB,使其返回 _id 值与我想要传入查询的数组中至少 1 个 _id 值相匹配的文档。数组的长度未知。我查看了文档,但没有看到相关的内容。

最佳答案

您可以使用$in运算符:

db.col.find({ _id: { $in: [<value1>, <value2>, ... <valueN> ] } })

关于node.js - 如何查询 mongoDB 以获取其 _id 值与数组中的一个 _id 值匹配的文档?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57039503/

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