Hallo alle zusammen,
wenn ich folgende SQL-Abfrage loslasse, bekomme ich als score immer 1
Liegt das an der SQL-Abfrage oder hat das alles seine richtigkeit?
mfg Martin
wenn ich folgende SQL-Abfrage loslasse, bekomme ich als score immer 1
PHP-Code:
SELECT `id`,(Match (`content`,`content_titel`,`description`) AGAINST
('champion')) and (Match (`content`,`content_titel`,`description`)
AGAINST ('foo')) as `score` FROM `content` WHERE `mid` = '5' and `lid`
= '2' and ((Match (`content`,`content_titel`,`description`) AGAINST
('foo')) and (Match (`content`,`content_titel`,`description`)
AGAINST ('champion'))) order by `score` desc limit 0 , 5
mfg Martin
Kommentar