View Single Post
Old 10-17-2004, 01:07 PM   #3
jabdulla
Green Mole
 
Join Date: Oct 2004
Posts: 1
I noticed the "Did you mean" feature was related to a value called "alt_try". The file "libs/search_function.php" contains the "alt_try" value in a function on line 629. That line is simply appending text to the result message. I commented out the line, and the "Did you mean" no longer displays.

Here is line 629 (commented out).

//$result_message .= ". " . phpdigMsg('alt_try') ." <a class=\"phpdigMessage\" href=\"".SEARCH_PAGE."?page=search&template_demo=".$_GET['template_demo']."&
query_string=".urlencode($leven_query)."\"><i>".htmlspecialchars($leven_que ry)."</i></a>?";
jabdulla is offline   Reply With Quote