You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see, this is currently not supported in Iridium.
Is there a chance, this feature gets implemented? (Interesting for collation, e.g. if you have a case-insensitive index, otherwise it would not use the index.)
The text was updated successfully, but these errors were encountered:
I've just pushed 8.0.0-alpha.7 which includes support for passing the options argument to your aggregate method. Please let me know if you run into any issues with it.
The way it works is identical to the official MongoDB driver, your best bet for documentation and examples is their official docs on the subject. Please let me know if you run into any issues or have any other questions.
According to the MongoDB Documentation (https://docs.mongodb.com/manual/reference/method/db.collection.aggregate/) aggregate supports an option object.
As far as I can see, this is currently not supported in Iridium.
Is there a chance, this feature gets implemented? (Interesting for collation, e.g. if you have a case-insensitive index, otherwise it would not use the index.)
The text was updated successfully, but these errors were encountered: