X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fsearch%2FSearchMySQL.php;h=78eba2d0cf1781773e734cc062d5414695885fc5;hb=5a3181912beb9baf59c1d188467c1af852983896;hp=581d8bcaa46aa1ced5ce0600f5680bb1170dff6c;hpb=29f51fdbdb3ae23aa147932d76394118664557a3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/SearchMySQL.php b/includes/search/SearchMySQL.php index 581d8bcaa4..78eba2d0cf 100644 --- a/includes/search/SearchMySQL.php +++ b/includes/search/SearchMySQL.php @@ -303,6 +303,8 @@ class SearchMySQL extends SearchDatabase { /** * @since 1.18 (changed) + * @param string $filteredTerm + * @param bool $fulltext * @return array */ function getCountQuery( $filteredTerm, $fulltext ) { @@ -374,6 +376,7 @@ class SearchMySQL extends SearchDatabase { /** * Converts some characters for MySQL's indexing to grok it correctly, * and pads short words to overcome limitations. + * @param string $string * @return mixed|string */ function normalizeText( $string ) { @@ -422,6 +425,7 @@ class SearchMySQL extends SearchDatabase { * Armor a case-folded UTF-8 string to get through MySQL's * fulltext search without being mucked up by funny charset * settings or anything else of the sort. + * @param array $matches * @return string */ protected function stripForSearchCallback( $matches ) {