Mam takie zapytanie do MySQL:
SELECT MATCH ( tytul_pl, autor, tytul_en, summary_en, summary_pl, keywords_en, keywords_pl, tresc, kod, id2, rok, numer ) AGAINST ( '$searchterm' ) AS Relevance FROM czytelnia WHERE MATCH ( tytul_pl, autor, tytul_en, summary_en, summary_pl, keywords_en, keywords_pl, tresc, kod, id2, rok, numer ) AGAINST ( '$searchterm' IN BOOLEAN MODE ) HAVING Relevance > 0.2 ORDER BY Relevance DESC LIMIT 0 , 160
Mam problem z tym że zamiast wyświetlić (tytul_pl, autor, tytul_en, summary_en, summary_pl, keywords_en, keywords_pl, tresc, kod, id2, rok, numer)
wyświetla mi kolumne relevance
Dziękuję za wszelkie sugestie.
Pozdrawiam,
BlackHat