MissPlete
Component ID
2815431
Component name
MissPlete
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
218
Component created
Component changed
Component body
Drupal integration for MissPlete: a misspelling-tolerant autocomplete in less than 220 lines, no-dependencies.
MissPlete is a misspelling-tolerant autocomplete written in ECMAScript 2015, aka ECMAScript 6 (ES6).
It supports synonyms and it can be customized with any algorithm to select and sort the completions. By default it uses a Jaro–Winkler distance algorithm, which allows for better sloppy interaction than the usual completion based on exact substring matches.
Less than 220 lines of code. No dependencies.
