addFoundSetFilterParam question

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

Patrick,

This capability will be coming in BETA 5.

It will also be added to RELATIONS as well.

Bob Cusick