ERREUR SQL : select distinct notices.ID, notices.titre, notices.auteur, notices.editeur, notices.collection, notices.annee, notices.type_doc, MATCH (lnk_tous_mots_notice.autorite) against ("") AS classement from notices, exemplaires, lnk_tous_mots_notice where match (lnk_tous_mots_notice.autorite) against ("" IN BOOLEAN MODE) AND notices.ID = exemplaires.ID_notice AND notices.ID = lnk_tous_mots_notice.ID_notice order by classement DESC LIMIT 10 Can't find FULLTEXT index matching the column list
Recherche simultanée dans plusieurs catalogues