Hello, I have a problem using controller.addFoundSetFilterParam with a query that needs to be constructed as “… LIKE ‘abc%’”. I found no way of accomplishing that.
I’ve tried controller.addFoundSetFilterParam(‘field’, ‘=’, ‘abc%’); that finds nothing. The other thing I tried is controller.addFoundSetFilterParam (‘field’, ‘LIKE’, ‘abc’); that finds everything.
Any ideas?
Thanks
Patrick