ok,
here is an example query

"SELECT IDArticle, MATCH (ArticleTitle, ArticleContent, Keywords) AGAINST 
('$keyword') AS relevance FROM article WHERE MATCH (ArticleTitle, 
ArticleContent, Keywords) AGAINST ('$keyword')"

basicly you have to select the match statement too;
this will not return a percentage rather an unexplained relevance score.

Regards,

At 17:46 29/04/02, Benjamin Pflugmann wrote:
>Hi.
>
>Could you please stop asking the same question again and again?
>Meanwhile, you sent it at least four times within half a day. If
>somebody knows an answer, one post is usually enough.
>
>Bye,
>
>         Benjamin.
>
>
>On Mon, Apr 29, 2002 at 11:38:14AM +0100, [EMAIL PROTECTED] wrote:
> > Anybody knows how to get a percentage out of the Relevance Mysql returns
> > when queried with the match() function?
> > I am using Perl, so if there are any scripts or modules that you know of,
> > those are also welcome.
> >
> > Alex
>
>--
>[EMAIL PROTECTED]
>
>---------------------------------------------------------------------
>Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
>To request this thread, e-mail <[EMAIL PROTECTED]>
>To unsubscribe, e-mail 
><[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

___________________________________________________
Hassan El Forkani
Founder And Mantainer of :
http://WarmAfrica.com EveryOne's Africa
Freelance Internet Consultant / Web Applications Developper.
Email: [EMAIL PROTECTED]
Tel : 0021671880014
___________________________________________________


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to