https://bugzilla.wikimedia.org/show_bug.cgi?id=22093





--- Comment #7 from Max Semenik <maxsem.w...@gmail.com>  2010-01-14 15:18:52 
UTC ---
A couple comments on search:

>+        $namespaces = implode(',', $this->namespaces);

You should use DatabaseBase::makeList() for that.

>+            "FROM $page,FREETEXTTABLE($searchindex , $match, LANGUAGE 
>'English') as ftindex " .

This is pretty i10n-unfriendly. If MSSQL doesn't support universal Unicode
collation, you should use $wgContLang to determine the correct collation.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to