SearchEngineSelectorInterface
SearchEngineSelector parses the JSON configuration for search engines and returns the applicable engines depending on their region + locale.
Inheritors
Functions
Clears the search configuration from memory if it is known that it is not required for a time, e.g. if the configuration will only be re-filtered after an app/environment update.
Filters the search configuration with the user's given environment, and returns the set of engines and parameters that should be presented to the user.
Sets the search configuration from the given string. If the configuration string is unchanged since the last update, the cached configuration is reused to avoid unnecessary reprocessing. This helps optimize performance, particularly during test runs where the same configuration may be used repeatedly.
Sets the RemoteSettingsService to use. The selector will create the relevant remote settings client(s) from the service.