function prefixPlugin_rechercher_liste_des_champs($tables){ // add a field 'town' to the articles $tables['article']['town'] = 3; // hide a field from the search process unset($tables['rubrique']['descriptif']); return $tables; }