@webcity
I do not think pagination should be considered in canonical URLs, you may find canonical URL generation in oc-includes/osclass/controller/search.php and modify it by your needs.
if( Params::getParam('iPage') > 1 ) {
$this->_exportVariableToView('canonical', osc_base_url() . $search_uri);
}