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