A kind of fuzzy search
See original GitHub issueHI, I am loving the library but have 1 requirement that I cant seem to meet. Basically, I am using the library for an occupation list, one of the requirements is that if a user enters “IT” this should search for any entries with IT but also any that include “Computer”. Is this possible via the existing solution?
This is possible using the select2 library using the matcher
function.
Thanks
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Fuzzy Matching 101: Cleaning and Linking Messy Data
Fuzzy matching identifies the likelihood that two records are a true match based on whether they agree or disagree on the various identifiers....
Read more >Fuzzy Search Algorithm for Approximate String Matching
Learn how to use the Fuzzy algorithm to search in texts. ... we'll go through different types and applications of fuzzy matching algorithms....
Read more >Fuzzy Matching or Fuzzy Logic Algorithms Explained - Nanonets
Fuzzy Matching (also called Approximate String Matching) is a technique that helps identify two elements of text, strings, or entries that are ...
Read more >What is Fuzzy Matching? | Redis
Fuzzy matching (FM), also known as fuzzy logic, approximate string matching, fuzzy name matching, or fuzzy string matching is an artificial ...
Read more >Approximate string matching - Wikipedia
In computer science, approximate string matching (often colloquially referred to as fuzzy string searching) is the technique of finding strings that match a ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, you need to have some sort of hidden tags also? You may add tags to
customProperties
and then use searchfields optionSorry, I explained it poorly. So what currently happens is, when the phrase
IT
(and variants of) is detected, thencomputer
is added a search term, so effectively the list is search for job titles that start with either of those.