J'ai l 'impression qu'on ne peut pas faire ce genre de requete:
Code : Tout sélectionner
select * from search where match(Contenu) against('subvention') and Titre like "%subvention%" And Keyword like "%subvention%" OR match(Contenu) against('retard') and Titre like "%'retard'%" And Keyword like "%retard%" OR match(Contenu) against('avion') and Titre like "%'avion'%" And Keyword like "%'avion'%" OR match(Contenu) against('politique') and Titre like "%'politique'%" And Keyword like "%'politique'%" OR match(Contenu) against('jeux') and Titre like "%'jeux'%" And Keyword like "%'jeux'%" OR match(Contenu) against('france') and Titre like "%'france'%" And Keyword like "%'france'%" order by dtPublication asc limit 0 , 10
Pouvez vous m'aider s'il vous plait?
Sinon j'hésite a mettre des champs fulltext sur KeyWor d et Titre ....