Fuzzy Search the string with the given query. This is the core search mechanism Flow uses
public MatchResult FuzzySearch(string query, string stringToCompare)| parameter | description |
|---|---|
| query | Query string |
| stringToCompare | The string that will be compared against the query |
Match results
- class MatchResult
- interface IPublicAPI
- namespace Flow.Launcher.Plugin