-
Notifications
You must be signed in to change notification settings - Fork 6
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
missing Collection createIndex
?
#30
Comments
@GCSBOSS Hey, thanks for reaching out Do have any idea of how we can implement it? is there any api? |
I haven't tested it myself, but you should be able to add support for the async createIndexes(indexes: Document[]): Promise<Document[]> {
return this.callApi("createIndexes", { indexes });
} |
@juratori Can you send me the docs for It may works, but it's not documented anywhere |
@erfanium you are right! It appeared to me that the |
Is there any possibility top add the
createIndex
command for collection?The text was updated successfully, but these errors were encountered: