Regex pattern issue in Identitynow search

Rather than use explicit regex, you can use the simple matching syntax.

attributes.displayName:RA*

This will match all display names that start with RA and have any number of characters after it.