Description
Update createIndexes dbcommand and its shell helper to include the new wildcardProjection option and documentation for the wildcard pattern on keys.
Scope of changes
- Update reference to include new wildcardProjection option
- Updated createIndexes, db.collection.createIndex(), db.collection.createIndexes()
- Add link to Release Notes (for now) on wildcard behavior.
- Add examples of creating a wildcard index with:
- All Fields pattern
- Single Field pattern
- All Fields + Exclusion
- All Fields + Inclusion
|