View Single Post
  #2  
Old 11-23-2005, 10:10 PM
Winston Winston is offline
Administrator
 
Join Date: Jul 2005
Posts: 46
Default

Hi, the tdSearch queries select relevance greater than zero, but the number zero in the image name means either a) that relevance greater than zero is no longer part of the queries, b) that relevance is passed as zero to the bar function, or c) that the following code is returning zero:
Code:
sprintf("%.2f",$data["relevance"]);

Also, if white on white is a problem, you can set the max and min colors for the bars in the config file.
Reply With Quote