You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are too many kinds of indexes and also parse has many fields transformations like authDatasession 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
The text was updated successfully, but these errors were encountered:
New Feature / Enhancement Checklist
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
Alternatives / Workarounds
No workaround
3rd Party References
The text was updated successfully, but these errors were encountered: