ui.modern.extra_searches.[extraSearchId].source

Configure extra search sourced from data source or search package

Key: ui.modern.extra_searches.[extraSearchId].source
Type: com.funnelback.common.config.CollectionId
Can be set in: collection.cfg

Description

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.

Default Value

No default 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

See Also