Table of Contents

Autocomplete / Autosuggest

Configuring Suggestions

Autocomplete functionality can be enabled, disabled or configured through settings in searches.ini. Each search type defined in your basic search type drop-down can be assigned its own custom autocomplete handler. The currently available handlers and configuration details can be found in the comments above the [Autocomplete] and [Autocomplete_Types] sections of searches.ini.

Building Custom Suggestions

Autocomplete handlers are standard VuFind® plug-ins; more details can be found on the autosuggesters plugin page.

Ideas for New Handlers

The current default autocomplete handler uses a fairly simple Solr lookup. Here are some more sophisticated approaches which may be worth pursuing: