Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more. Learn more →
Fuzzysort Alternatives
Similar projects and alternatives to fuzzysort
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
-
-
orama
🌌 A complete search engine and RAG pipeline in your browser, server or edge network with support for full-text, vector, and hybrid search in less than 2kb.
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
typesense-autocomplete-demo
A demo app that shows you how to use Algolia's autocomplete.js library with Typesense
-
searchkit
React + Vue Search UI for Elasticsearch & Opensearch. Compatible with Algolia's Instantsearch and Autocomplete components.
-
fuzzysort discussion
fuzzysort reviews and mentions
- Fuzzysort v3 release – Fast, Tiny, & Good fuzzy search for JavaScript
-
Autocomplete – a JavaScript library for building autocomplete experiences
I use [1] for searching a fully static site
[1] https://github.com/farzher/fuzzysort
- What is your go to client-side fuzzy searching library?
-
How to prevent duplicate data in DB?
Use something like fuzzysort, to compare user input to what currently exists in the DB. If there are no good match scores, when comparing user input for "job title" to what exists in the DB, you can proceed with creating an entry. However, if there is a match, you can respond to the front-end with the best match, and use it to autofill the form (or provide some kind of feedback for the end user). Your web server should perform match score verification before adding a new job title to the DB.
-
Search autofill suggestions for 20k+ items
This one perhaps fuzzy sort
- GitHub - farzher/fuzzysort: Fast SublimeText-like fuzzy search for JavaScript.
- Fuzzysort: Fast, Tiny, & Good SublimeText-like fuzzy search for JavaScript
-
Self-Contained Search for Archived Static Site?
I use fuzzysort for one of my static site search results
https://github.com/farzher/fuzzysort
-
A note from our sponsor - SurveyJS
surveyjs.io | 17 May 2025
Stats
farzher/fuzzysort is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of fuzzysort is JavaScript.