Meteor-Community-Packages / meteor-schema-index

Control some MongoDB indexing with schema options
MIT License
38 stars 17 forks source link

Use createIndex when available #30

Closed StorytellerCZ closed 10 months ago

StorytellerCZ commented 3 years ago

From Meteor 2.4 we can use createIndex following the MongoDB naming change. This PR accounts for it to prevent deprecation notices and be use the new naming convention while remaining backward compatible.

StorytellerCZ commented 3 years ago

@aldeed Can you merge this (and possibly other PRs) and get out a new version or maybe can we move this to communit packages?