How do I add a search to the user list page?

Hello,

I have a table Users and want to add a search input on the list page to filter the list based on input.

I tried the jquery example and cannot get this to work.

I want to step back and just add a simple filter to limit the records displayed.

Thanks

Learning yii.

create a form in your user/list view

in user/list controller check for a param in your post request

add a condition to your criteria object

Is there an easy example for doing this in jquery?

Do I need to add any libs?

The example I found on this site, did not work for me.

It seems like it never called the controller.

Thanks

I am a newbie, so need a simple example.

bump!

Thanks, still stuck