Home
last modified time | relevance | path

Searched refs:fuzzyMatch (Results 1 – 2 of 2) sorted by relevance

/plugin/calendar/
H A Dcalendar-main.js2429 window.fuzzyMatch = function(pattern, str) { function
2505 const score = fuzzyMatch(query, namespaces[i]);
H A DCHANGELOG.md941 - **Root cause:** Function name collision - there were two `fuzzyMatch` functions
942 - `window.fuzzyMatch` (for namespace search autocomplete) returns a score number or `null`
943 - Local `fuzzyMatch` (for event search) returns `true`/`false`