fz-search
Version:
Fast aproximate string matching library for use in autocomplete, perform both search and highlight.
12 lines (10 loc) • 306 B
JavaScript
/**
* @license FuzzySearch.js
* Autocomplete suggestion engine using approximate string matching
* https://github.com/jeancroy/FuzzySearch
*
* Copyright (c) 2015, Jean Christophe Roy
* Licensed under The MIT License.
* http://opensource.org/licenses/MIT
*/
(function () { 'use strict';