Jean Christophe Roy
Jean Christophe Roy
Can you expand your idea of "if it fit a minimum" ?
I have written a section on why I score the way I do. https://github.com/jeancroy/FuzzySearch#scoring-a-token-in-a-auto-complete-friendly-manner - Basically I found basic string similarity measure (like your example) unreliable when comparing result of...
Hi so to change the order will be relatively easy. One option is to change options.sorter. Default sorter is here and proceed to sort by score then name (or a...
If I had to implement the feature I'd probably do something like this - have groupKey as an option (default as none = turn off groupkey ) - Insert self...
Sorry for late reply. Gap filling is a feature for less tech savy that prefer word and word-part than bag of letters. However it's optional, set this to 0: highlight_bridge_gap:...
So, it's something I haven't done in this library but it make sens so I can probably do it. When a full word is match, the part that I call...
Thanks for this, I'll review later today or later in the week. For now I've made a brain dump of what I think I know on this topic. ## What...
Yeah the debouce api is a bit hidden, badly documented & tigthly knit to some select list implementation. Sorry about that. It is however an important part of faking performance...
> I notice there's at least one place the library uses window.performance, which fails in node. There would not be much complication to replace that call to performance, or choose...
Yeah this library need some love. For example one demo is broken I beleive. I'll try to find the time to fix and publish this weekend. You are right that,...