ui.modern.extra_searches
Background
Specifies the set of extra searches that will run in parallel to the main query when the results page is queried.
The specified extra searches must have corresponding ui.modern.extra_searches.ID.source
and
ui.modern.extra_searches.ID.query_processor_options
configuration keys defined, where ID
matches for each of
the listed extra search names.
Extra searches are currently configured at the search package level with the extra searches running on all child results pages. |
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
key, and set the value. This can be set to any valid List<String>
value.
Examples
Run additional extra searches for courses and events
ui.modern.extra_searches=courses,events
This requires two extra searches to be configured on the same search package using corresponding configuration keys.