Hi, I am trying to use a repeating group data source constrain function (looking to an input value typed by the user) to filter the data returned from a database. So basically searching for words or part of words withing a field and only returning database entries that have that test within.
The issue is the ‘contains’ function is case sensitive thus not much use when searching as you don’t know until you see the returned values which characters were upper or lower case.
Is there a better way, or a way to get the ‘contains’ function to ignore case?
Thankyou