function prefixPlugin_rechercher_liste_des_champs($tables){ // ajouter un champ ville sur les articles $tables['article']['ville'] = 3; // supprimer un champ de la recherche unset($tables['rubrique']['descriptif']); // retourner le tableau return $tables; }