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?
Search in app with SwiftUI
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.