Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.33 KB | None | 0 0
  1. db.getCollection('productHistory').aggregate([
  2. {$project: {info: 0, reviewCount: 0}},
  3. {$match: {$and: [{timestamp:{$gt:1584447776161, $lte:1584451376161}}]}},
  4. {$sort: {timestamp:-1}},
  5. {$group:{_id:"$productId", timestamp:{$first:"$timestamp"}, widgets:{$first:"$widgets"}, }},
  6. {$match: {"widgets.products":"B074F1RWV9"}},
  7.     ])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement