I am using: ValidationExpression="^[0-9a-zA-Z]+$" to try and only allow letters and numbers with no symbols.
Yet when I enter a phrase into the box that includes a space, it fails to validate. So I’m guessing I need to explicitly allow spaces too? Example of a search that is not working:
“Summer holiday”
Just add the space?