auto-completion.source.csv.[name].url
Background
This setting allows defining a URL from which the update pipeline will download a auto-completion formatted CSV file which will be processed and included in the auto-completions presented to the user under the results page.
The URL is downloaded using settings used for the web crawler, thus it would be possible to configure basic authentication or form interaction when downloading the URL.
web crawler keys for this setting will need to be configured on the parent search package of the results page where this key is set. |
Examples
Downloads auto-completion CSV files from multiple websites, the name
in the key can be set to anything.
auto-completion.source.csv.sport-scores.url=http://example.com/news/sport-scores.csv auto-completion.source.csv.share-prices.url=http://example.com/exchange.csv