Using multiple StrictFilters in QnA Maker
问题 I'm looking to use the StrictFilter function of Microsoft QnA Maker, to pass in multiple strict filters, but to treat them as filterA OR filterB. It appears that the strict filters are treated as filterA AND filterB. Is there any way to change them to "OR"? https://docs.microsoft.com/sl-si/azure/cognitive-services/qnamaker/how-to/metadata-generateanswer-usage It looks like ultimately it's querying Azure search, generating an "filterA AND filterB" - would querying Azure Search directly rather