1 repository
Searching within lists of objects by matching multiple keys with weighted priorities.
Distinct from Object Search: Focuses on multi-key weighted matching within objects, not general complex query execution or object store engines.
Explore 1 awesome GitHub repository matching data & databases · Multi-Key Object Search. Refine with filters or upvote what's useful.
fuzzysort is a JavaScript library for performing approximate string matching and ranking results. It functions as a string matching engine and weighted search utility designed to identify approximate matches within text and object lists. The library features a pre-indexed search implementation that processes target strings into an optimized format to accelerate repeated lookups. It supports weighted object retrieval, allowing users to search through lists of objects by matching multiple keys and applying custom weights to prioritize specific fields. The engine provides capabilities for searc
Allows searching within lists of objects by matching multiple keys with custom weightings.