Marco
Member since Mar 21, 2021
- Profile: /members/14283-marco.htm
- Comments: 1
Recent Blog Comments By Marco
-
Performing A SublimeText-Inspired Fuzzy Search For String Matching In Angular 7.2.15
Posted on Mar 21, 2021 at 3:51 PM
Hi Ben, cool idea. Your fuzzy search works very well and fast. For a real world search I had to fine tune the scoring system. If there is a perfect match (value contains search term) I started your algorithm just at position (indexOf). Because if you have example text: acdcb xxxxxx ab... read more »