Searched refs:fuzzyMatch (Results 1 – 2 of 2) sorted by relevance
2414 window.fuzzyMatch = function(pattern, str) { function2490 const score = fuzzyMatch(query, namespaces[i]);
850 - **Root cause:** Function name collision - there were two `fuzzyMatch` functions851 - `window.fuzzyMatch` (for namespace search autocomplete) returns a score number or `null`852 - Local `fuzzyMatch` (for event search) returns `true`/`false`