MySQL Forums
Forum List  »  Full-Text Search

Re: GROUP BY in MATCH AGAINST
Posted by: gosmaster
Date: April 11, 2006 05:19AM

EDIT: Well i'm hoping to much, this doenst work either. Realy need help now :`-( /EDIT

Got as far as:

SELECT * ,
MAX(
MATCH ( content )
AGAINST ( 'mysql' )) AS score
FROM links
GROUP BY `site_id`

I hope this helps (me) it seems to work tough very slow.......

So if anyone got a better solution please react !



Edited 2 time(s). Last edit at 05/13/2006 06:15PM by gosmaster.

Options: ReplyQuote


Subject
Views
Written By
Posted
6255
April 11, 2006 02:10AM
Re: GROUP BY in MATCH AGAINST
3177
April 11, 2006 05:19AM
4809
May 13, 2006 06:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.