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

Separate documents using comma while inserting many ones #6253

Open
wants to merge 1 commit into
base: v6.1
Choose a base branch
from

Conversation

ulvimardaliyev
Copy link

This PR is intended to add commas to db.collectionName.insertMany([{<key>:<value>}, {<key>:<value>}]) operation to current MongoDB documentation.

When we want to insert many documents to any collection(s), it is required to add comma(s) in order to separate those documents.

So, current documentation is missing to show the comma(s) on example.
Quick reading : Create a View with Default Collation

mongo-cr-bot pushed a commit that referenced this pull request Feb 6, 2024
* DOCSP-36128 updating lookup performance

* DOCSP-36128 updating lookup performance
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