====== Autosuggesters ====== Autosuggesters are used to display autocomplete suggestions while users type search queries. Their configuration is described on the [[configuration:autocomplete]] page. ===== Key Plugin Details ===== **Default Namespace:** \VuFind\Autocomplete **Interface:** [[https://github.com/vufind-org/vufind/blob/dev/module/VuFind/src/VuFind/Autocomplete/AutocompleteInterface.php|\VuFind\Autocomplete\AutocompleteInterface]] **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['autocomplete'] **Service Manager Name for Service Locator:** VuFind\AutocompletePluginManager (VuFind 2.x-4.x), VuFind\Autocomplete\PluginManager (VuFind 5.0+) See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.