Implementing Fuzzy Search Using Azure Cognitive Search

Implementing Fuzzy Search Using Azure Cognitive Search: A Step by Step Guide

Azure Cognitive Search supports fuzzy search, a type of query that compensates for typos and misspelled terms in the input string. It does this by scanning for terms having a similar composition. Expanding search to cover near-matches has the effect of auto-correcting a typo when the discrepancy is just a few misplaced characters.