Protected
isPerforms fuzzy matching.
Fuzzy matching improves search/completion user experience by allowing to omit characters.
For example, a query such as FuMa
matches the text FuzzyMatcher
.
The user input search query.
The text that should be matched against the query.
Whether the query matches the text.
Protected
to
This service implements a fuzzy matching method.