Extend index definition in Defined Schema #8764
Labels
bounty:$100
Bounty applies for fixing this issue (Parse Bounty Program)
type:feature
New feature or improvement of existing feature
New Feature / Enhancement Checklist
Current Limitation
In Defined Schema, only simple compound indexes can be defined, the following index options cannot be defined:
Feature / Enhancement Description
Add support for the above mentioned index options. These options do not have to be added explicitly, instead a general field ofr index options should be added to the index definition.
Example Use Case
To avoid a breaking change, index options could be added by using an array instead of an object:
Alternatively for type consistency with breaking change:
The text was updated successfully, but these errors were encountered: