Search in app with SwiftUI

Is there a recommended way to create a search field in SwiftUI and have it interact with a NavigationView or is it now to be treated as a separate thing?
As far as I know Search Bar in Navigation Bar is still not supported, you can create a custom one and put it at the top of the view under the Navigation Bar.
Search in app with SwiftUI
 
 
Q