Search for this in “aioseop.class.php”
I have added the last LINE:
$title = $this->paged_title($title);
Then all works fine.
$title_format = $aioseop_options['aiosp_search_title_format'];
$title = str_replace('%blog_title%', $this->internationalize(get_bloginfo('name')), $title_format);
$title = str_replace('%blog_description%', $this->internationalize(get_bloginfo('description')), $title);
$title = str_replace('%search%', $search, $title);
$title = $this->paged_title($title);
Its a very nasty BUG, since in Webmasters Tools, shows as repeated search titles, 250.000 in my case.