Open
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
Activity
parse-github-assistant commentedon Aug 23, 2022
Thanks for opening this issue!