Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 658 Bytes

File metadata and controls

24 lines (16 loc) · 658 Bytes

IPublicAPI.FuzzySearch method

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

Return Value

Match results

See Also