How to fetch all facets using wildcard ("*") with widgets in swiftui ios?

allFiltersPresenter = FacetListPresenter(sortBy: [.alphabetical(order: .ascending)])
      
 allFiltersController = FacetListObservableController()

allFiltersConnector = .init(searcher: searcher,
                             filterState: filterState,
                             attribute: "*",
                             operator: .and,
                             controller: allFiltersController,
                             presenter: allFiltersPresenter)

tried this but no luck

@wmachado did you find your way around this?

No @dsiat. was able to fetch using query. but not through widget.