fuzzysearch is a tiny, blazing-fast fuzzy search library for JavaScript that checks whether a “needle” string can be found inside a “haystack” string in order, but not necessarily contiguously. It implements a simplified fuzzy searching algorithm that does not use Levenshtein distance; instead it returns a boolean indicating whether all characters of the needle appear in sequence within the haystack. This makes it ideal for filtering lists or autocomplete suggestions quickly based on incomplete user input. Because it operates with a very small algorithmic footprint, it is both lightweight in size and extremely fast in practice. The library exposes a single, minimal API (fuzzysearch(needle, haystack)), making it easy to drop into any project without configuration. It is commonly showcased in the author’s autocomplete demo, where fuzzysearch powers the filtering of suggestions as users type.

Features

  • Minimal single-function API: fuzzysearch(needle, haystack)
  • Boolean fuzzy matching based on ordered character inclusion rather than edit distance
  • Extremely small and fast implementation suitable for client-side filtering
  • Ideal for search boxes, autocomplete widgets, and quick list filtering
  • Available as an npm package for easy integration into bundlers and Node projects
  • MIT license, making it safe to embed in open-source and commercial codebases

Project Samples

Project Activity

See All Activity >

Categories

Search

License

MIT License

Follow fuzzysearch

fuzzysearch Web Site

Other Useful Business Software
Virtual data rooms designed to achieve better outcomes Icon
Virtual data rooms designed to achieve better outcomes

Now you can get ready for and experience success in M&A, divestments, capital raising, restructure, IPOs, tenders and more

Ansarada is a SaaS company that provides world-leading AI-powered Virtual Data Rooms and dealmaking tools. These tools include advanced AI insights and automation, next level Q&A and collaboration, plus pre-built, digitized and customizable workflows and checklists - known as Pathways - for M&A, capital raising, business audits, tenders and other high stakes outcomes.
Free Trial
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of fuzzysearch!

Additional Project Details

Operating Systems

Linux, Mac, Windows

Programming Language

JavaScript

Related Categories

JavaScript Search Software

Registered

2025-11-27