# fuse.js **Repository Path**: mirrors/fuse ## Basic Information - **Project Name**: fuse.js - **Description**: Javascript 后端提供简单模糊搜索服务时,Fuse.js 是你的最佳选择 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 0 - **Created**: 2019-10-17 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: javascript-toolkits, search-engine **Tags**: None ## README # Fuse.js ![Node.js CI](https://github.com/krisk/Fuse/workflows/Node.js%20CI/badge.svg) [![Version](https://img.shields.io/npm/v/fuse.js.svg)](https://www.npmjs.com/package/fuse.js) [![Downloads](https://img.shields.io/npm/dm/fuse.js.svg)](https://npmcharts.com/compare/fuse.js?minimal=tru) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![Contributors](https://img.shields.io/github/contributors/krisk/fuse.svg)](https://github.com/krisk/Fuse/graphs/contributors) ![License](https://img.shields.io/npm/l/fuse.js.svg) ## Supporting Fuse.js Through contributions, donations, and sponsorship, you allow Fuse.js to thrive. Also, you will be recognized as a beacon of support to open-source developers. - [Become a backer or sponsor on **GitHub**.](https://github.com/sponsors/krisk) - [Become a backer or sponsor on **Patreon**.](https://patreon.com/fusejs) - [One-time donation via **PayPal**.](https://www.paypal.me/kirorisk) ---

Sponsors

--- ## Introduction Fuse.js is a lightweight fuzzy-search, in JavaScript, with zero dependencies. ### Browser Compatibility Fuse.js supports all browsers that are [ES5-compliant](https://compat-table.github.io/compat-table/es5/) (IE8 and below are not supported). ## Documentation To check out a [live demo](https://fusejs.io/demo.html) and docs, visit [fusejs.io](https://fusejs.io). ## Develop Here's a separate document for [developers](https://github.com/krisk/Fuse/blob/master/DEVELOPERS.md). ## Contribute We've set up a separate document for our [contribution guidelines](https://github.com/krisk/Fuse/blob/master/CONTRIBUTING.md).