In #UIKit, we can specify to always show the search scope bar using the manual mode (UISearchController.ScopeBarActivation.manual).
In #SwiftUI, this mode does not exist (but all others do). So we can't display the search scope bar for suggestions for examples...
Let's file a new feedback for that: #FB12320667