We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://docs.mongodb.com/manual/reference/collation/
Currently, the cursor functions provided by mongojs are as follows.
I want to use this.
db.myColl.find( { category: "cafe" } ).collation( { locale: "fr" } )
The text was updated successfully, but these errors were encountered:
+1
Is there a timeframe for implementing this?
I’m going to dig into this myself, but starting from scratch on the project it’s going to take a while for me to get up to speed.
Is there an architecture guide or style guide I can use to get started?
Sorry, something went wrong.
I've actually found that this can be achieved by using the aggregate function, which is supported by mongojs.
More information on adding collation as one of your aggregate options can be found here: https://docs.mongodb.com/manual/reference/method/db.collection.aggregate/#specify-a-collation
No branches or pull requests
https://docs.mongodb.com/manual/reference/collation/
Currently, the cursor functions provided by mongojs are as follows.
![image](https://user-images.githubusercontent.com/10924072/49711745-6ed2ee00-fc84-11e8-9ada-ba85c9fc50dd.png)
I want to use this.
The text was updated successfully, but these errors were encountered: