Index: trunk/phase3/languages/classes/LanguageGan.php |
— | — | @@ -137,9 +137,9 @@ |
138 | 138 | } |
139 | 139 | |
140 | 140 | // word segmentation |
141 | | - function stripForSearch( $string, $doStrip = true ) { |
| 141 | + function stripForSearch( $string, $doStrip = true, $autoVariant = 'gan-hans' ) { |
142 | 142 | // LanguageZh::stripForSearch |
143 | | - return parent::stripForSearch( $string, $doStrip, 'gan-hans' ); |
| 143 | + return parent::stripForSearch( $string, $doStrip, $autoVariant ); |
144 | 144 | } |
145 | 145 | |
146 | 146 | function convertForSearchResult( $termsArray ) { |