About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
configuration:autocomplete

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
configuration:autocomplete [2015/12/14 20:29] – ↷ Links adapted because of a move operation demiankatzconfiguration:autocomplete [2018/12/19 14:04] demiankatz
Line 1: Line 1:
 ====== Autocomplete / Autosuggest ====== ====== Autocomplete / Autosuggest ======
- 
-// IMPORTANT: This page refers to features that were added in VuFind 1.1; if you are using an earlier release, please upgrade. // 
  
 ===== Configuring Suggestions ===== ===== 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]].+Autocomplete functionality can be enabled, disabled or configured through settings in [[configuration:files: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 [[configuration:files:searches.ini]].
  
 ===== Building Custom Suggestions ===== ===== Building Custom Suggestions =====
  
-==== VuFind 1.x ==== +Autocomplete handlers are standard VuFind [[development:plugins|plug-ins]]; more details can be found on the [[development:plugins:autosuggesters]] plugin page.
- +
-All of the autocomplete handlers can be found in the web/sys/Autocomplete folder of your VuFind installation.  To create your own handler, simply implement the interface found in [[https://vufind.svn.sourceforge.net/svnroot/vufind/trunk/web/sys/Autocomplete/Interface.php|Interface.php]] in that folder.  Ensure that the class name and filename match.  You can then configure your custom handler just like any of the existing handlers, using the usual [[:searches.ini]] settings described above. +
- +
-==== VuFind 2.x ==== +
- +
-Autocomplete handlers are standard VuFind 2.x plug-ins; more details can be found on the [[development:plugins:autosuggesters]] plugin page.+
  
 ==== Ideas for New Handlers ==== ==== Ideas for New Handlers ====
configuration/autocomplete.txt · Last modified: 2023/05/08 12:12 by demiankatz