multiple .searchable on same View

as of now I think it's not possible to have multiple .searchable lists in the same view.

can someone confirm? or is there a known workaround?

I'd had expected, that the search field would offer: in which list do you want to search. Because it doesn't it gives a fatal crash

but maybe there's a workaround? thinking of: attach .searchable only on focus of the relevant list?

I have never done it, but isn't it just the matter of constructing SwiftUI View consisting of multiple View, each of which has its own body?

multiple .searchable on same View
 
 
Q