ui.modern.extra_searches.[extraSearchId].source
Background
Configures the extra search results source. The value should be set to a search package or data source ID.
When enabled an extra search will be run against the specified source index using the original query (restricting
available results to those that existing within the source’s index), along with the additional query processor
options specified in the corresponding ui.modern.extra_searches.ID.query_processor_options
key.
The extra search has no effect until it is enabled using the ui.modern.extra_searches
key.
Setting the key
Set this configuration key in the search package or data source configuration.
Use the configuration key editor to add or edit the ui.modern.extra_searches.[extraSearchId].source
key, and set the value. This can be set to any valid com.funnelback.common.config.CollectionId
value.
Examples
Define an extra search, 'events', with data sourced from the 'example~ds-events` data source.
ui.modern.extra_searches.events.source=example~ds-events