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" } ) ```
https://docs.mongodb.com/manual/reference/collation/
Currently, the cursor functions provided by mongojs are as follows.

I want to use this.