createSuggestionsContainerFlow

abstract fun createSuggestionsContainerFlow(userId: Long, searchQueryStateFlow: StateFlow<String>, configuration: SuggestionSearchConfiguration): Flow<SuggestionsContainer>