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
Mainly because neither tiny or tinyv2 has proper support for unchanged names (there was a discussion for that for tiny v2, but we gave up I recall due to it being vulnerable to namespace reindexing). Hence testing field names on a regex of ^field_[1-9][0-9]*$ is probably good enough.
The text was updated successfully, but these errors were encountered:
Mainly because neither tiny or tinyv2 has proper support for unchanged names (there was a discussion for that for tiny v2, but we gave up I recall due to it being vulnerable to namespace reindexing). Hence testing field names on a regex of
^field_[1-9][0-9]*$
is probably good enough.The text was updated successfully, but these errors were encountered: