Index: trunk/extensions/UsabilityInitiative/SimpleSearch/SimpleSearch.php |
— | — | @@ -8,6 +8,9 @@ |
9 | 9 | * This file contains the include file for the SimpleSearch portion of the |
10 | 10 | * UsabilityInitiative extension of MediaWiki. |
11 | 11 | * |
| 12 | + * This extension requires $wgEnableOpenSearchSuggest = true; (default) |
| 13 | + * and recommends $wgEnableMWSuggest = false; (default) |
| 14 | + * |
12 | 15 | * Usage: Include the following line in your LocalSettings.php |
13 | 16 | * require_once( "$IP/extensions/UsabilityInitiative/SimpleSearch/SimpleSearch.php" ); |
14 | 17 | * |