HomeHelpTrac

Ignore:
Timestamp:
12/05/08 06:51:03 (3 years ago)
Author:
hihi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc/BxDolXMLRPCSearch.php

    r7703 r7891  
    4747        if ($sKeyword && strlen($sKeyword) > 2) 
    4848        { 
    49             $sMatch .= " MATCH (`NickName`, `Headline`, `DescriptionMe`, `City`) AGAINST ('$sKeyword') "; 
     49            $sMatch .= " MATCH (`NickName`, `City`, `Headline`, `DescriptionMe`, `Tags`) AGAINST ('$sKeyword') "; 
    5050            $sWhere .= " AND $sMatch  "; 
    5151        } 
Note: See TracChangeset for help on using the changeset viewer.