-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
There are too many kinds of indexes and also parse has many fields transformations like authData
session token
and more. Some critical indexes (like session tokens) cannot be created via Parse Defined Schema or Parse Schema SDK due to Parse index field validation in database adapters.
Feature / Enhancement Description
Add an option disableIndexFieldValidation
on both database adapters to let the developer create any indexes.
Developers is responsible of creating valid indexes name/field.
Example Use Case
// in parse server config
databaseOptions: {
disableIndexFieldValidation: true
}
Alternatives / Workarounds
No workaround
3rd Party References
Metadata
Metadata
Assignees
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature