If anyone here has ever worked with MySQL fulltext relevancy scores, how do you convert them from a rather large-decimal floating point number to a meaningful integer percentage scale?
For instance, if you have a score of 3.2572498321533 , how do you change that to [number]% that would be on a scale of 0 - 100%? Is there anything out there script-wise that already does that in PHP, TCL or Linux Shell Script?
Thanx
Phil