ui.modern.extra_searches.[extraSearchId].query_processor_options

Defines additional query processor options to apply when running the specified extra search.

Key: ui.modern.extra_searches.[extraSearchId].query_processor_options
Type: String
Can be set in: collection.cfg

Description

Provides additional query processor options to apply when executing the extra search query. The value is a valid set of query processor options that will be merged with any query processor options that are set on the search package or data source defined in the corresponding ui.modern.extra_searches.ID.source key.

The extra search has no effect until it is enabled using the ui.modern.extra_searches key.

Default Value

No default value.

Examples

Configure the extra search to return the top three results and event title metadata.

ui.modern.extra_searches.events.query_processor_options=-num_ranks=3 -SF=[eventTitle] -SM=meta

See Also