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
fix(dashboard): strip glob chars before fuzzy matching, respond to reviews
Strip glob metacharacters (*?[]) from the filter before passing to
fuzzyMatch so they don't inflate Levenshtein distances. 'Error*' now
correctly suggests 'Error Rate' etc.
0 commit comments