Hello! How I can I run an action of Do a search for: whilst ignoring capitalisation?
I want to search for Nominals where the forename, surname and DOB are equal to their corresponding input, then choose the first value as there can never be a nominal with the same name and DOB.
The problem is that if a user types “john doe 01/01/2000” instead of “John Doe 01/01/2000” they will get no results. This is not user friendly.
How can I work around this?