Customize the regular expression of the Name fields for any field type of the content-type

Yeah for something like that you can’t use special characters, it needs to be a normalized string that follows that regex exactly. Any other format will be subject to errors or unexpected results.

Especially with how we construct the database and the internal API

2 Likes