You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary also needs updating as it says it supports "fuzzy searching". For example passing in a list or comma delimited string.
/// <summary>
/// Provides element filtering options by name. For the filter method, we are using something called "LevenshteinDistance".
/// This was introduced to me here, http://dynamobim.org/fuzzy-string-matching/.
/// </summary>