Pages: [1]
Author Topic: Change Search Engine  (Read 1330 times)
David
Guest


Email
on: Jun 20, 08, 10:05 AM

Hi,

How can I can I change the search engine so that it searches also in the game title and not just the description?

Regards,
David
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #1 on: Jun 21, 08, 09:58 AM

try to replace the 61st line of the "search.php" script by the following 2 lines of code:
Code:
$searchstr = mysql_escape_string($_REQUEST['searchstr']);
$query = "SELECT * FROM " . $cMain['dbPrefix'] . "games WHERE title LIKE '%$searchstr%' OR MATCH(description) AGAINST ('$searchstr') OR keywords LIKE '%$searchstr%' LIMIT ".$cB["SEARCH"]["max"];
Logged
Pages: [1]
 
Jump to: