Birine bu iki sql sorguları birleştirmek nasıl?
SELECT DISTINCT * FROM rss WHERE MATCH(content,title) AGAINST ('$filter')
SELECT COUNT(content) FROM rss WHERE MATCH(content,title) AGAINST ('$filters')
Ve sonuç, yukarıdaki sorgu 0 ise
-
SELECT DISTINCT * FROM rss WHERE content LIKE '%$filters%' OR title LIKE '%$filters%';
$filter .= $row['filter'];
$filters = $row['filter'];
$ Filtreler birden fazla anahtar kelime olabilir