YII RESTfull help

Hi,

I am creating YII - RESTfull API and As I know, YII has it’s own standards. I got this information from http://www.yiiframework.com/wiki/175/how-to-create-a-rest-api/.

Using "actionView()" method I can search records but it works only for primary key. But I want to search that using other filters. How can I search the records using other filters?

Also I want POST those filters using POST method only.

Any help would be appreciated.

Thanks.