Limitations & Naming Conventions🔗
Search policy
names are case sensitive, which means that "policy1" and "Policy1" are two distinct policies.
It is advised not to include special characters in Search policy
names. Technically, special characters (such as underscores (_), etc.) are supported in Search policy
names in some cases, but not when using the shareableAsRole option. In that case, the names should not contain any special characters and should not use the same name as any of the access roles
that the Search policy
contains.
Access roles
are also case sensitive and special characters (such as underscores (_), etc.) are not supported.
To summarize, the following naming convention is advised:
Search policy names🔗
- Are case sensitive
- Should not contain special characters
- Should not use the same name as any of the
access roles
that theSearch policy
contains.
Access roles names🔗
- Are case sensitive
- Should not contain special characters
For more information about the format of access roles
, consult the Search API Documentation