Changes
                            
    Title
    unchanged
    Filter / Search with CListView
    Category
    unchanged
    How-tos
    Yii version
    unchanged
    
    Tags
    unchanged
    filter, CListView, CGridView, search
    Content
    changed
    (This is my first post, so be forgiveful!)
 
 
This is what I did. Its the EASIEST  solution that I know of. I just reused the advanced search done in CGridView. 
<b>In my controller file</b>
```php[...]