ui.modern.extra_searches
Configure extra searches to be aggregated with the main result data, when using the Modern UI.
Key: ui.modern.extra_searches
Type: List<String>
Can be set in: collection.cfg
Table of Contents
Description
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. |
Default Value
No extra searches are run by default.
ui.modern.extra_searches=LIST-OF-EXTRA-SEARCH-IDS
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.