How could you make the query below sorted by relevance and then by date?
$query = $mysqli->prepare(
"SELECT 'id', 'titulo', 'foto', 'descricao', 'slug', 'data', '' as 'local' FROM 'noticias' WHERE MATCH ('titulo', 'descricao') AGAINST (?)
U...
asked by
12.09.2018 / 16:38