auto-completion.source

Sets the source of the data for auto-completion suggestions.

Key: auto-completion.source
Type: List<String>
Can be set in: profile.cfg, collection.cfg

Description

This parameter sets which predefined source(s) should be used for suggestions for all results pages.

To specify a non-predefined external file please use auto-completion.source.extra.

Possible values are:

  • internal: Spelling Suggestions will be used as auto-completion suggestions

  • csv: A CSV file in the collection’s configuration directory, named auto-completion.csv in the CSV data format. This collection level CSV file in the will be applied to all results pages. Results page auto-completion.csv files will always be applied, even if csv is not set as a search package level auto-completion source.

Default Value

auto-completion.source=internal

Examples

To use both spelling suggestions and csv as suggestion sources:

auto-completion.source=csv,internal

To set a results page to have no search package level sources we can set in that the results page configuration:

auto-completion.source=