Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-48707 Standardize cursor chaining methods #1073

Open
wants to merge 4 commits into
base: comp-cov
Choose a base branch
from

Conversation

lindseymoore
Copy link
Collaborator

@lindseymoore lindseymoore commented Apr 10, 2025

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-48707

Staging Links

https://deploy-preview-1073--docs-node.netlify.app/crud/query/specify-documents-to-return/#combine-limit--sort--and-skip

Self-Review Checklist

  • Is this free of any warnings or errors in the RST?
  • Did you run a spell-check?
  • Did you run a grammar-check?
  • Are all the links working?
  • Are the facets and meta keywords accurate?
  • Are the page titles greater than 20 characters long and SEO relevant?

Copy link

netlify bot commented Apr 10, 2025

Deploy Preview for docs-node ready!

Name Link
🔨 Latest commit c61b01e
🔍 Latest deploy log https://app.netlify.com/sites/docs-node/deploys/67f9871b233a1e000823d08f
😎 Deploy Preview https://deploy-preview-1073--docs-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

// Uses the
myColl.find(query, { sort: { length: -1 }, limit: 3 });

We recommend that you use the cursor chaining API for [what is the reason]. The following on this
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For technical reviewer: What is the reason for preferring the chaining api?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant