Home
last modified time | relevance | path

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

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