Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,339 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is minimum_should_match parameter from Elastic supported by Azure Cognitive Search?
Thanks for reaching here! Azure Cognitive Search does not support the minimum_should_match
parameter from Elastic.
However, you can use the search.ismatch
function in OData full-text search to achieve similar functionality.
More details: https://learn.microsoft.com/en-us/azure/search/search-query-odata-full-text-search-functions
Please let us know if further query or issue remains.