X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=blobdiff_plain;f=includes%2Fsearch%2FSearchPostgres.php;h=b0590d0f697f5583ff57a03617ced83f8983172e;hb=e514478ba52bbae35955dc9b23e9a015aa86cdaf;hp=0e5dc9bad624c0ded69f0f6b111eaff2b2f6bdba;hpb=c6686ca6bd0057dc3793a0b57d563e06d770f288;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/SearchPostgres.php b/includes/search/SearchPostgres.php index 0e5dc9bad6..b0590d0f69 100644 --- a/includes/search/SearchPostgres.php +++ b/includes/search/SearchPostgres.php @@ -67,11 +67,10 @@ class SearchPostgres extends SearchEngine { return new PostgresSearchResultSet( $resultSet, $this->searchTerms ); } - - /* + /** * Transform the user's search string into a better form for tsearch2 * Returns an SQL fragment consisting of quoted text to search for. - */ + */ function parseQuery( $term ) { wfDebug( "parseQuery received: $term \n" );