DOCSP-51915: Update SearchAfter example#659
Merged
norareidy merged 1 commit intoJul 24, 2025
Merged
Conversation
✅ Deploy Preview for docs-csharp ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🔄 Deploy Preview for docs-csharp processing
|
lindseymoore
approved these changes
Jul 15, 2025
lindseymoore
left a comment
Collaborator
There was a problem hiding this comment.
LGTM pending tech review
norareidy
commented
Jul 15, 2025
| @@ -339,7 +339,6 @@ public static List<Guitar> SearchAfter() | |||
|
|
|||
| var result = guitarsCollection.Aggregate() | |||
Collaborator
Author
There was a problem hiding this comment.
Note to tech reviewer: this isn't the exact change the user suggested (see ticket), but it seems to work fine to return the full document. let me know if there's something I'm missing.
|
@BorisDog Can you take a look at this since I'm not 100% about this in the C# driver? |
ajcvickers
approved these changes
Jul 24, 2025
ajcvickers
left a comment
There was a problem hiding this comment.
I'm going to sign off on this. After downloading and going through the code it now seems clear the adding the projection to Guitar here is correct and was just missed, which is what the original poster said.
Sorry for being slow!
norareidy
added a commit
that referenced
this pull request
Jul 24, 2025
(cherry picked from commit 34937e6)
norareidy
added a commit
that referenced
this pull request
Jul 24, 2025
(cherry picked from commit 34937e6)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-51915
Removes the projection to return the full document, rather than just the ID, make and pagination token
Staging Links
Atlas Search
Self-Review Checklist