Index: trunk/extensions/LuceneSearch/LuceneSearch_body.php |
— | — | @@ -434,6 +434,9 @@ |
435 | 435 | if( strlen( $query ) < 1 ) { |
436 | 436 | return; |
437 | 437 | } |
| 438 | + |
| 439 | + /// @fixme -- this is totally missing atm |
| 440 | + return; |
438 | 441 | |
439 | 442 | $results = $this->doTitlePrefixSearch( $query, $limit ); |
440 | 443 | if( $results && count( $results ) > 0 ) { |
Index: trunk/extensions/LuceneSearch/LuceneSearch.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | # - it's in the 'mwsearch' module in CVS. |
41 | 41 | ########## |
42 | 42 | |
43 | | -$wgLuceneDisableSuggestions = false; |
| 43 | +$wgLuceneDisableSuggestions = true; |
44 | 44 | $wgLuceneDisableTitleMatches = false; |
45 | 45 | |
46 | 46 | /** Number of seconds to cache query results */ |