Is it possible to use fuzzy search (~) in filters for Azure AI Search along with wildcards (*)?
This question is for using Azure AI Search. I am using both the searchable features as well as filter features for the same input. The reason for using both is that using only the fuzzy search gives me too broad of a result. For example, when inputting multiple words, fuzzy searching them gives me results that only have one of the words in it, whereas I want results that include all of the words.
Is it possible to use fuzzy search (~) in filters for Azure AI Search?
This question is for using Azure AI Search. I am using both the searchable features as well as filter features for the same input. The reason for using both is that using only the fuzzy search gives me too broad of a result. For example, when inputting multiple words, fuzzy searching them gives me results that only have one of the words in it, whereas I want results that include all of the words.