Hello, is it possible to search from all of the MapImageLayer sublayers?
Should I use a collection of LayerSearchSource to iterate through all of the sublayers and then add the collection to Search widget's 'sources' property.
const sources = new Collection<LayerSearchSource>();
//Loop through MapImageLayer and add to sources??
const search = new Search({
view: view,
sources: sources,
});