UNPKG

accurate-search

Version:

The fastest and most accurate javascript full-text search library. Accurate search uses match distance algorithm to return the accurate order of the matching items.

29 lines (28 loc) 747 B
{ "name": "accurate-search", "version": "1.2.15", "description": "The fastest and most accurate javascript full-text search library. Accurate search uses match distance algorithm to return the accurate order of the matching items.", "main": "accuratesearch.min.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/florind9/accurate-search.git" }, "keywords": [ "search", "text search", "full text search", "search engine" ], "author": "Florin Mirel Dumitrescu", "license": "ISC", "bugs": { "url": "https://github.com/florind9/accurate-search/issues" }, "homepage": "https://accuratesearch.org", "devDependencies": { "mocha": "^7.0.1" } }