You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'heretique%' ORDER BY parutionAnnee DESC, parutionMois DESC, parutionJour DESC LI' at line 1
SELECT ouvrages.id, isbn, titre FROM ouvrages, auteurs WHERE miseEnLigne='oui' AND (idAuteur=auteurs.id || idCoAuteur1=auteurs.id || idCoAuteur2=auteurs.id) AND CONCAT(titre, sousTitre) LIKE '%_fonctions%' AND CONCAT(auteurs.nom, auteurs.prenom) LIKE '%dobritsa%' AND CONCAT(auteurs.nom, auteurs.prenom) LIKE '%tchossitch/le%' AND CONCAT(auteurs.nom, auteurs.prenom) LIKE '%temps%' AND CONCAT(auteurs.nom, auteurs.prenom) LIKE '%mal i:%' AND CONCAT(auteurs.nom, auteurs.prenom) LIKE '%le pecheur/%' AND CONCAT(auteurs.nom, auteurs.prenom) LIKE '%l'heretique%' ORDER BY parutionAnnee DESC, parutionMois DESC, parutionJour DESC LIMIT 20