Hi
I have a query service. Return values from the db that contain an exact match works fine. However how do I use the Contains argument to retrieve any data that contains any part of the searched for data?
return('contains({"Client": "' + (value) + '"})');
Does not work. Not sure if is a syntax issue or if this method cannot be used.
Thank you.