How to create percentages out of fulltext scores

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
voltrader
Forum Contributor
Posts: 223
Joined: Wed Jul 07, 2004 12:44 pm
Location: SF Bay Area

How to create percentages out of fulltext scores

Post by voltrader »

How can I create percentages out of MySQL fulltext MATCH AGAINST scores?

I'd like to keep this within MySQL queries instead of post-processing in PHP.

Thanks
User avatar
kendall
Forum Regular
Posts: 852
Joined: Tue Jul 30, 2002 10:21 am
Location: Trinidad, West Indies
Contact:

Post by kendall »

yo,
I'd like to keep this within MySQL queries instead of post-processing in PHP.
i dont think you can???? :?: :?
Post Reply