Index: trunk/phase3/includes/search/SearchOracle.php |
— | — | @@ -188,7 +188,6 @@ |
189 | 189 | foreach($m as $terms) { |
190 | 190 | // Search terms in all variant forms, only |
191 | 191 | // apply on wiki with LanguageConverter |
192 | | - if(in_array($wgContLang->stripForSearch( $terms[2] ), $cc)) |
193 | 192 | $temp_terms = $wgContLang->autoConvertToAllVariants( $terms[2] ); |
194 | 193 | if( is_array( $temp_terms )) { |
195 | 194 | $temp_terms = array_unique( array_values( $temp_terms )); |