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.
私のMeteorアプリでは、データベース内の私のアイテムには、値として日付オブジェクトを持つcreatedOnフィールドがあります。特定の日付以前に作成されたすべてのアイテムを照会したいと考えています。
指定した値以下の値を持つアイテムを照合する方法はありますか? それとも、すべてのアイテムを返してから、それらをループして、必要なものを選択する必要がありますか?