question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

A kind of fuzzy search

See original GitHub issue

HI, 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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tinovyatkincommented, Oct 23, 2019

Ok, you need to have some sort of hidden tags also? You may add tags to customProperties and then use searchfields option

0reactions
spong-ecommented, Oct 23, 2019

Sorry, I explained it poorly. So what currently happens is, when the phrase IT (and variants of) is detected, then computer is added a search term, so effectively the list is search for job titles that start with either of those.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found