I have to create a Auto Suggestions for a chatbot with suggestions coming from QnA Maker KB. There are 5 different knowledge base and a respective index created for the same in Azure Search service. I am able to query and get suggestions from each index or a testkb index. But is there a feature available which can search through all the indexes within the same search service and return me the appropriate result.
Thanks.