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
This setting is used to specify the set of extra searches that should be run in parallel to the main query.
The extra searches specified must have a corresponding extra_search.[ID].cfg
files defined, where [ID]
matches one of listed extra search names.
Examples
Run additional extra searches for courses and events
ui.modern.extra_searches=courses,events
This requires two extra searches to be configured in extra_search.courses.cfg
and extra_search.events.cfg
.