Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ウォーターラインで「$in」クエリを実行しようとしています。配列があり、配列内の ID を持つドキュメントのリストを取得したいと考えています。私はそれを行う方法がわかりません。
私は試した:
User.find() .where({id : {in : array}}) done(...)
しかし、期待どおりに機能していないようです。
それを行う方法はありますか?