ap-ack

Results 4 comments of ap-ack

If that is not performant enough how about adding an attribute to the player object like 'normalizedFullName' so the result would be pre-computed? (edit: or does that object come from...

Great, thanks. 'Acuna' now works but 'Ronald Acuna' still doesn't. Would it make sense to split the input and search for the individual words?

If you agree on splitting the search query, want me to put in a PR? Would you also want a parameter for the function allowing the caller to choose what...

I measured my code as consistently running 1-2 ms slower than yours, even for single-word search inputs where we couldn't attribute this difference to the algorithm change. So I tried...