function affiliate_search_concept($user_query = "", $search_type = "notices")
 {
     $this->type = "concept";
     parent::affiliate_search($user_query, $search_type);
 }
 function affiliate_search_titre_uniforme($user_query = "", $search_type = "notices")
 {
     $this->type = "titre_uniforme";
     parent::affiliate_search($user_query, $search_type);
 }