auto-completion.format
Set the display format of the suggestions in the search results page.
Key: auto-completion.format
Type: String
Can be set in: profile.cfg, collection.cfg
Table of Contents
Description
This parameter sets the display format of the suggestions in the search results page. Possible values are:
-
extended
: Allow display of complex suggestions (HTML content, Javascript callbacks, etc.), and complex actions when a selection is selected (Run a query, open an URL, call a Javascript function, etc.). This is required when auto-completion.source is set tocsv
or an external file (See the CSV data format).