Index: trunk/extensions/SphinxSearch/SphinxMWSearch.php |
— | — | @@ -229,7 +229,7 @@ |
230 | 230 | $regexp_prefixes = array(); |
231 | 231 | foreach ( $all_prefixes as $prefix ) { |
232 | 232 | if ( $prefix != '' ) { |
233 | | - $regexp_prefixes[] = preg_quote( str_replace( ' ', '_', $prefix ) ); |
| 233 | + $regexp_prefixes[] = preg_quote( str_replace( ' ', '_', $prefix ), '/' ); |
234 | 234 | } |
235 | 235 | } |
236 | 236 | |