ui.modern.extra_searches.[extraSearchId].query_processor_options

Background

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.

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].query_processor_options key, and set the value. This can be set to any valid String value.

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