Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. db.getCollection('posts').aggregate([
  2. { $match: { _id: { $gt: "some id" }, tag: 'some tag' } },
  3. { $limit: 5 },
  4. { $group: { _id: null, hasNextPage: {??}, hasPreviousPage: {??} } }
  5. ])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement