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