Building a search GET request with scenarios ; calling a SearchModel from URLs...

Comparing #5 with #6

Content

[...]
}
```

Now, inside the controller, you can parse the GET request to the the search method in the usual simple way :

/app/controllers/MyCont::
searchactionMyaction()

```php
public function actionMyaction($params)
{
...
[...]